Uses of Class
org.hibernate.cache.spi.support.AccessedDataClassification
-
Packages that use AccessedDataClassification Package Description org.hibernate.cache.spi.support This package provides a framework intended to reduce the work 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 AccessedDataClassification
AbstractReadWriteAccess. getAccessedDataClassification()
protected AccessedDataClassification
CollectionReadWriteAccess. getAccessedDataClassification()
protected AccessedDataClassification
EntityReadWriteAccess. getAccessedDataClassification()
protected AccessedDataClassification
NaturalIdReadWriteAccess. getAccessedDataClassification()
static AccessedDataClassification
AccessedDataClassification. valueOf(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.
-