AbstractCollectionBatchLoader |
|
AbstractEntityBatchLoader<T> |
|
AbstractMultiIdEntityLoader<T> |
Base support for MultiIdEntityLoader implementations
|
AbstractNaturalIdLoader<T> |
Base support for NaturalIdLoader implementations
|
BatchLoaderFactoryInitiator |
|
CacheEntityLoaderHelper |
|
CacheEntityLoaderHelper.PersistenceContextEntry |
|
CollectionBatchLoaderArrayParam |
CollectionBatchLoader using a SQL ARRAY parameter to pass the key values
|
CollectionBatchLoaderInPredicate |
CollectionLoader for batch fetching using a SQL IN predicate
|
CollectionElementLoaderByIndex |
|
CollectionLoaderNamedQuery |
|
CollectionLoaderSingleKey |
Main implementation of CollectionLoader for handling a load of a single collection-key
|
CollectionLoaderSubSelectFetch |
A one-time use CollectionLoader for applying a sub-select fetch
|
CompoundNaturalIdLoader<T> |
NaturalIdLoader implementation for compound natural-ids
|
EntityBatchLoaderArrayParam<T> |
SingleIdEntityLoaderSupport implementation based on using a single
array parameter to pass the
entire batch of ids.
|
EntityBatchLoaderInPredicate<T> |
|
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> |
Standard implementation of SingleIdEntityLoader
|
SingleIdEntityLoaderSupport<T> |
|
SingleIdLoadPlan<T> |
todo (6.0) : this can generically define a load-by-uk as well.
|
SingleUniqueKeyEntityLoaderStandard<T> |
|
StandardBatchLoaderFactory |
|