Java org.hibernate.cache.cfg.spi EntityDataCachingConfig fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.cache.cfg.spi EntityDataCachingConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.cache.cfg.spi EntityDataCachingConfig.

The text is from its open source code.

Method

AccessTypegetAccessType()
The requested AccessType
SetgetCachedTypes()
The list of specific subclasses of the root that are actually written to cache.
SuppliergetVersionComparatorAccess()
Access to the comparator to be used with the entity's version.
booleanisMutable()
Is the data marked as being mutable?
booleanisVersioned()
Mainly here to allow optimization of not having to know the actual comparator instance to use here yet.