Uses of Package
org.hibernate.loader.entity

Packages that use org.hibernate.loader.entity
org.hibernate.loader.entity This package defines entity loaders 
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
 

Classes in org.hibernate.loader.entity used by 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 building UniqueEntityLoader capable of performing batch-fetch loading.
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
           
UniqueEntityLoader
          Loads entities for a EntityPersister
 

Classes in org.hibernate.loader.entity used by org.hibernate.persister.entity
UniqueEntityLoader
          Loads entities for a EntityPersister
 



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.