Package | Description |
---|---|
com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
Modifier and Type | Method and Description |
---|---|
JpaProvider.ConstraintType |
ExtendedAttribute.getJoinTypeIndexedRequiresTreatFilter(JoinType joinType)
Returns where to put treat filters for a treat joined association of this attribute.
|
JpaProvider.ConstraintType |
JpaProvider.requiresTreatFilter(javax.persistence.metamodel.EntityType<?> ownerType,
String attributeName,
JoinType joinType)
Returns where to put treat filters for a treat joined association of this attribute.
|
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–2018 Blazebit. All rights reserved.