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 AccessTypegetAccessType()Deprecated.StringgetRegion()Deprecated.TruthValuegetRequested()Deprecated.booleanisCacheLazyProperties()Deprecated.voidoverlay(CacheRegionDefinition overrides)Deprecated.voidoverlay(Caching overrides)Deprecated.voidsetAccessType(AccessType accessType)Deprecated.voidsetCacheLazyProperties(boolean cacheLazyProperties)Deprecated.voidsetRegion(String region)Deprecated.voidsetRequested(TruthValue requested)Deprecated.StringtoString()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.
-
-