Uses of Class
com.blazebit.persistence.spi.JpaProvider.ConstraintType
| Package | Description |
|---|---|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
-
Uses of JpaProvider.ConstraintType in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return JpaProvider.ConstraintType Modifier and Type Method Description JpaProvider.ConstraintTypeExtendedAttribute. getJoinTypeIndexedRequiresTreatFilter(JoinType joinType)Returns where to put treat filters for a treat joined association of this attribute.JpaProvider.ConstraintTypeJpaProvider. 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.ConstraintTypeJpaProvider.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.