程序包的使用
org.hibernate.loader.entity
-
使用org.hibernate.loader.entity的程序包 程序包 说明 org.hibernate.loader.entity This package defines entity loadersorg.hibernate.loader.entity.plan org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. -
org.hibernate.loader.entity使用的org.hibernate.loader.entity中的类 类 说明 AbstractEntityLoader BatchingEntityLoader The base contract for loaders capable of performing batch-fetch loading of entities using multiple primary key values in the SQL WHERE clause.BatchingEntityLoaderBuilder The contract for buildingUniqueEntityLoadercapable of performing batch-fetch loading.CacheEntityLoaderHelper CacheEntityLoaderHelper.EntityStatus CacheEntityLoaderHelper.PersistenceContextEntry DynamicBatchingEntityLoaderBuilder A BatchingEntityLoaderBuilder that builds UniqueEntityLoader instances capable of dynamically building its batch-fetch SQL based on the actual number of entity ids waiting to be fetched.LegacyBatchingEntityLoaderBuilder No longer used, seeLegacyBatchingEntityLoaderBuilderinstead.UniqueEntityLoader Loads entities for a EntityPersister -
org.hibernate.loader.entity.plan使用的org.hibernate.loader.entity中的类 类 说明 BatchingEntityLoaderBuilder The contract for buildingUniqueEntityLoadercapable of performing batch-fetch loading.UniqueEntityLoader Loads entities for a EntityPersister -
org.hibernate.persister.entity使用的org.hibernate.loader.entity中的类 类 说明 UniqueEntityLoader Loads entities for a EntityPersister