Package org.hibernate.boot.model
Class Caching
java.lang.Object
org.hibernate.boot.model.Caching
Deprecated.
Models the caching options for an entity, natural id, or collection.
-
Constructor Summary
ConstructorDescriptionCaching
(String region, AccessType accessType, boolean cacheLazyProperties) Deprecated.Caching
(String region, AccessType accessType, boolean cacheLazyProperties, TruthValue requested) Deprecated.Caching
(TruthValue requested) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.boolean
Deprecated.void
overlay
(CacheRegionDefinition overrides) Deprecated.void
Deprecated.void
setAccessType
(AccessType accessType) Deprecated.void
setCacheLazyProperties
(boolean cacheLazyProperties) Deprecated.void
Deprecated.void
setRequested
(TruthValue requested) Deprecated.toString()
Deprecated.
-
Constructor Details
-
Caching
Deprecated. -
Caching
Deprecated. -
Caching
public Caching(String region, AccessType accessType, boolean cacheLazyProperties, TruthValue requested) Deprecated.
-
-
Method Details
-
getRegion
Deprecated. -
setRegion
Deprecated. -
getAccessType
Deprecated. -
setAccessType
Deprecated. -
isCacheLazyProperties
public boolean isCacheLazyProperties()Deprecated. -
setCacheLazyProperties
public void setCacheLazyProperties(boolean cacheLazyProperties) Deprecated. -
getRequested
Deprecated. -
setRequested
Deprecated. -
overlay
Deprecated. -
overlay
Deprecated. -
toString
Deprecated.
-
org.hibernate.boot.model.source.spi
, where its only uses are