Package | Description |
---|---|
org.hibernate.loader.collection |
This package defines collection initializers
|
org.hibernate.loader.criteria |
This package defines the criteria query compiler and loader
|
org.hibernate.loader.entity |
This package defines entity loaders
|
Modifier and Type | Class and Description |
---|---|
class |
BasicCollectionLoader
Loads a collection of values or a many-to-many association.
|
class |
CollectionLoader
Superclass for loaders that initialize collections
|
class |
OneToManyLoader
Loads one-to-many associations
The collection persister must implement QueryableCOllection. |
class |
SubselectCollectionLoader
Implements subselect fetching for a collection
|
class |
SubselectOneToManyLoader
Implements subselect fetching for a one to many association
|
Modifier and Type | Class and Description |
---|---|
class |
CriteriaLoader
A Loader for Criteria queries.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityLoader |
class |
CascadeEntityLoader |
class |
CollectionElementLoader |
class |
EntityLoader
Loads an entity instance using outerjoin fetching to fetch associated entities.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.