Uses of Class
org.hibernate.cache.spi.support.AccessedDataClassification
-
Packages that use AccessedDataClassification Package Description org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider. -
-
Uses of AccessedDataClassification in org.hibernate.cache.spi.support
Methods in org.hibernate.cache.spi.support that return AccessedDataClassification Modifier and Type Method Description protected abstract AccessedDataClassificationAbstractReadWriteAccess. getAccessedDataClassification()protected AccessedDataClassificationCollectionReadWriteAccess. getAccessedDataClassification()protected AccessedDataClassificationEntityReadWriteAccess. getAccessedDataClassification()protected AccessedDataClassificationNaturalIdReadWriteAccess. getAccessedDataClassification()static AccessedDataClassificationAccessedDataClassification. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AccessedDataClassification[]AccessedDataClassification. values()Returns an array containing the constants of this enum type, in the order they are declared.
-