接口的使用
org.hibernate.cache.spi.entry.CacheEntryStructure
-
使用CacheEntryStructure的程序包 程序包 说明 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中CacheEntryStructure的使用
实现CacheEntryStructure的org.hibernate.cache.spi.entry中的类 修饰符和类型 类 说明 classStructuredCacheEntryStructured CacheEntry format for entities.classStructuredCollectionCacheEntryStructured CacheEntry format for persistent collections (other than Maps, seeStructuredMapCacheEntry).classStructuredMapCacheEntryStructured CacheEntry format for persistent Maps.classUnstructuredCacheEntryUnstructured CacheEntry format (used to store entities and collections). -
org.hibernate.persister.collection中CacheEntryStructure的使用
返回CacheEntryStructure的org.hibernate.persister.collection中的方法 修饰符和类型 方法 说明 CacheEntryStructureAbstractCollectionPersister. getCacheEntryStructure()CacheEntryStructureCollectionPersister. getCacheEntryStructure()Get the cache structure -
org.hibernate.persister.entity中CacheEntryStructure的使用
返回CacheEntryStructure的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 CacheEntryStructureAbstractEntityPersister.CacheEntryHelper. getCacheEntryStructure()CacheEntryStructureAbstractEntityPersister. getCacheEntryStructure()CacheEntryStructureEntityPersister. getCacheEntryStructure()Get the cache structure
-