Uses of Enum Class
org.hibernate.annotations.CacheModeType
Packages that use CacheModeType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
-
Uses of CacheModeType in org.hibernate.annotations
Methods in org.hibernate.annotations that return CacheModeTypeModifier and TypeMethodDescriptionstatic CacheModeTypeCacheModeType.fromCacheMode(CacheMode cacheMode) Deprecated.Conversion fromCacheModetoCacheModeType.static CacheModeTypeDeprecated.Returns the enum constant of this class with the specified name.static CacheModeType[]CacheModeType.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.