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 AccessedDataClassificationAbstractReadWriteAccess.getAccessedDataClassification()protected AccessedDataClassificationCollectionReadWriteAccess.getAccessedDataClassification()protected AccessedDataClassificationEntityReadWriteAccess.getAccessedDataClassification()protected AccessedDataClassificationNaturalIdReadWriteAccess.getAccessedDataClassification()static AccessedDataClassificationReturns 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.