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
Methods in org.hibernate.annotations that return CacheConcurrencyStrategyModifier and TypeMethodDescriptionstatic CacheConcurrencyStrategy
CacheConcurrencyStrategy.fromAccessType
(AccessType accessType) Conversion fromAccessType
toCacheConcurrencyStrategy
.static CacheConcurrencyStrategy
Parse an external representation.static CacheConcurrencyStrategy
Returns 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. -
Uses of CacheConcurrencyStrategy in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type CacheConcurrencyStrategyModifier and TypeMethodDescriptionstatic String
EntityBinder.getCacheConcurrencyStrategy
(CacheConcurrencyStrategy strategy) -
Uses of CacheConcurrencyStrategy in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return CacheConcurrencyStrategyMethods in org.hibernate.boot.models.annotations.internal with parameters of type CacheConcurrencyStrategy