Package org.hibernate.boot.model
Class Caching
- java.lang.Object
-
- org.hibernate.boot.model.Caching
-
@Deprecated(since="6") public class Caching extends Object
Deprecated.will move toorg.hibernate.boot.model.source.spi
, where its only uses areModels the caching options for an entity, natural id, or collection.
-
-
Constructor Summary
Constructors Constructor Description Caching(String region, AccessType accessType, boolean cacheLazyProperties)
Deprecated.Caching(String region, AccessType accessType, boolean cacheLazyProperties, TruthValue requested)
Deprecated.Caching(TruthValue requested)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AccessType
getAccessType()
Deprecated.String
getRegion()
Deprecated.TruthValue
getRequested()
Deprecated.boolean
isCacheLazyProperties()
Deprecated.void
overlay(CacheRegionDefinition overrides)
Deprecated.void
overlay(Caching overrides)
Deprecated.void
setAccessType(AccessType accessType)
Deprecated.void
setCacheLazyProperties(boolean cacheLazyProperties)
Deprecated.void
setRegion(String region)
Deprecated.void
setRequested(TruthValue requested)
Deprecated.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
Caching
public Caching(TruthValue requested)
Deprecated.
-
Caching
public Caching(String region, AccessType accessType, boolean cacheLazyProperties)
Deprecated.
-
Caching
public Caching(String region, AccessType accessType, boolean cacheLazyProperties, TruthValue requested)
Deprecated.
-
-
Method Detail
-
getRegion
public String getRegion()
Deprecated.
-
setRegion
public void setRegion(String region)
Deprecated.
-
getAccessType
public AccessType getAccessType()
Deprecated.
-
setAccessType
public void setAccessType(AccessType accessType)
Deprecated.
-
isCacheLazyProperties
public boolean isCacheLazyProperties()
Deprecated.
-
setCacheLazyProperties
public void setCacheLazyProperties(boolean cacheLazyProperties)
Deprecated.
-
getRequested
public TruthValue getRequested()
Deprecated.
-
setRequested
public void setRequested(TruthValue requested)
Deprecated.
-
overlay
public void overlay(CacheRegionDefinition overrides)
Deprecated.
-
overlay
public void overlay(Caching overrides)
Deprecated.
-
-