Uses of Enum Class
org.hibernate.cache.spi.support.AccessedDataClassification
Packages that use AccessedDataClassification
Package
Description
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 AccessedDataClassificationModifier and TypeMethodDescriptionprotected abstract AccessedDataClassification
AbstractReadWriteAccess.getAccessedDataClassification()
protected AccessedDataClassification
CollectionReadWriteAccess.getAccessedDataClassification()
protected AccessedDataClassification
EntityReadWriteAccess.getAccessedDataClassification()
protected AccessedDataClassification
NaturalIdReadWriteAccess.getAccessedDataClassification()
static AccessedDataClassification
Returns the enum constant of this class with the specified name.static AccessedDataClassification[]
AccessedDataClassification.values()
Returns an array containing the constants of this enum class, in the order they are declared.