Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityLoader |
class |
BatchingEntityLoader
"Batch" loads entities, using multiple primary key values in the
SQL where clause.
|
class |
CascadeEntityLoader |
class |
EntityLoader
Loads an entity instance using outerjoin fetching to fetch associated entities.
|
Modifier and Type | Method and Description |
---|---|
static UniqueEntityLoader |
BatchingEntityLoader.createBatchingEntityLoader(OuterJoinLoadable persister,
int maxBatchSize,
LockMode lockMode,
SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers) |
static UniqueEntityLoader |
BatchingEntityLoader.createBatchingEntityLoader(OuterJoinLoadable persister,
int maxBatchSize,
LockOptions lockOptions,
SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers) |
Modifier and Type | Class and Description |
---|---|
class |
NamedQueryLoader
Not really a Loader, just a wrapper around a
named query.
|
Modifier and Type | Method and Description |
---|---|
protected UniqueEntityLoader |
AbstractEntityPersister.createEntityLoader(LockMode lockMode) |
protected UniqueEntityLoader |
AbstractEntityPersister.createEntityLoader(LockMode lockMode,
LoadQueryInfluencers loadQueryInfluencers) |
protected UniqueEntityLoader |
AbstractEntityPersister.createEntityLoader(LockOptions lockOptions,
LoadQueryInfluencers loadQueryInfluencers) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.