程序包的使用
org.hibernate.cache.spi.entry
-
使用org.hibernate.cache.spi.entry的程序包 程序包 说明 org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache.org.hibernate.persister.collection This package abstracts the persistence mechanism for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. -
org.hibernate.cache.spi.entry使用的org.hibernate.cache.spi.entry中的类 类 说明 CacheEntry A cached instance of a persistent classCacheEntryStructure Strategy for how cache entries are "structured" for storing into the cache.StructuredCollectionCacheEntry Structured CacheEntry format for persistent collections (other than Maps, seeStructuredMapCacheEntry).StructuredMapCacheEntry Structured CacheEntry format for persistent Maps.UnstructuredCacheEntry Unstructured CacheEntry format (used to store entities and collections). -
org.hibernate.persister.collection使用的org.hibernate.cache.spi.entry中的类 类 说明 CacheEntryStructure Strategy for how cache entries are "structured" for storing into the cache. -
org.hibernate.persister.entity使用的org.hibernate.cache.spi.entry中的类 类 说明 CacheEntry A cached instance of a persistent classCacheEntryStructure Strategy for how cache entries are "structured" for storing into the cache.