Uses of Enum Class
org.hibernate.annotations.CacheConcurrencyStrategy
Packages that use CacheConcurrencyStrategy
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
-
Uses of CacheConcurrencyStrategy in org.hibernate.annotations
Subclasses with type arguments of type CacheConcurrencyStrategy in org.hibernate.annotationsModifier and TypeClassDescriptionenumIdentifies policies for managing concurrent access to the shared second-level cache.Methods in org.hibernate.annotations that return CacheConcurrencyStrategyModifier and TypeMethodDescriptionstatic CacheConcurrencyStrategyCacheConcurrencyStrategy.fromAccessType(AccessType accessType) Conversion fromAccessTypetoCacheConcurrencyStrategy.static CacheConcurrencyStrategyParse an external representation.static CacheConcurrencyStrategyReturns the enum constant of this class with the specified name.static CacheConcurrencyStrategy[]CacheConcurrencyStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.