| Package | Description |
|---|---|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
| Modifier and Type | Method and Description |
|---|---|
JpaProvider.ConstraintType |
JpaProvider.requiresTreatFilter(javax.persistence.metamodel.ManagedType<?> ownerType,
String attributeName,
JoinType joinType)
Whether the association defined by owner type and attribute name, when treat joined requires a type filter to be applied via an ON
clause to correctly filter subtypes.
|
static JpaProvider.ConstraintType |
JpaProvider.ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JpaProvider.ConstraintType[] |
JpaProvider.ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 Blazebit. All rights reserved.