| AbstractCollectionBatchLoader |
|
| AbstractEntityBatchLoader<T> |
|
| AbstractMultiIdEntityLoader<T> |
|
| AbstractNaturalIdLoader<T> |
|
| BatchLoaderFactoryInitiator |
|
| CacheEntityLoaderHelper |
|
| CacheEntityLoaderHelper.PersistenceContextEntry |
|
| CollectionBatchLoaderArrayParam |
|
| CollectionBatchLoaderInPredicate |
|
| CollectionElementLoaderByIndex |
|
| CollectionLoaderNamedQuery |
|
| CollectionLoaderSingleKey |
Main implementation of CollectionLoader for handling a load of a single collection-key
|
| CollectionLoaderSubSelectFetch |
|
| CompoundNaturalIdLoader<T> |
NaturalIdLoader implementation for compound natural-ids
|
| EntityBatchLoaderArrayParam<T> |
|
| EntityBatchLoaderInPredicate<T> |
|
| EntityConcreteTypeLoader |
Utility class that caches the SQL AST needed to read the discriminator value
associated with the provided EntityPersister and returns the
resolved concrete entity type.
|
| LoaderHelper |
|
| LoaderSelectBuilder |
Builder for SQL AST trees used by Loader implementations.
|
| LoaderSqlAstCreationState |
Helper used when generating the database-snapshot select query
|
| MultiIdEntityLoaderArrayParam<E> |
|
| MultiIdEntityLoaderStandard<T> |
Standard MultiIdEntityLoader
|
| MultiKeyLoadChunker<K> |
When the number of ids to initialize exceeds a certain threshold, IN-predicate based
multi-key loaders will break
the initialization into "chunks".
|
| MultiKeyLoadHelper |
|
| MultiNaturalIdLoaderArrayParam<E> |
Standard MultiNaturalIdLoader implementation
|
| MultiNaturalIdLoaderInPredicate<E> |
MultiNaturalIdLoader implementation using SQL IN predicate to specify the ids
|
| MultiNaturalIdLoadingBatcher |
Batch support for natural-id multi loading
|
| NoCallbackExecutionContext |
|
| SimpleNaturalIdLoader<T> |
NaturalIdLoader for simple natural-ids
|
| SingleIdArrayLoadPlan |
A load plan for loading an array of state by a single restrictive part.
|
| SingleIdEntityLoaderProvidedQueryImpl<T> |
Implementation of SingleIdEntityLoader for cases where the application has
provided the select load query
|
| SingleIdEntityLoaderStandardImpl<T> |
|
| SingleIdEntityLoaderSupport<T> |
|
| SingleIdLoadPlan<T> |
Describes a plan for loading an entity by identifier.
|
| SingleUniqueKeyEntityLoaderStandard<T> |
|
| StandardBatchLoaderFactory |
|