AfterLoadAction |
An action to be performed after an entity has been loaded.
|
BatchLoader |
Commonality for loading a loadable in "batch" (more than one key at a time)
|
BatchLoaderFactory |
|
CollectionBatchLoader |
BatchLoader specialization for collection fetching
|
CollectionLoader |
A loader (initialization) for collections
|
EntityBatchLoader<T> |
BatchLoader specialization for entity fetching
|
EntityLoader |
Specialization of Loader for loading entities of a type
|
EntityMultiLoader<T> |
Commonality for multi-loading an entity
|
Loadable |
|
Loader |
Common contract for all value-mapping loaders.
|
MultiIdEntityLoader<T> |
Loader subtype for loading multiple entities by multiple identifier values.
|
MultiIdLoadOptions |
Encapsulation of the options for loading multiple entities by id
|
MultiKeyLoader |
Loader specialization for loading multiple loadable
references by primary, foreign or natural key.
|
MultiKeyLoadSizingStrategy |
Strategy for determining an optimal size for loading by multiple keys.
|
MultiLoadOptions |
Base contract for options for multi-load operations
|
MultiNaturalIdLoader<E> |
Loader for entities by multiple natural-ids
|
MultiNaturalIdLoadOptions |
Encapsulation of the options for loading multiple entities by natural-id
|
NaturalIdLoader<T> |
|
NaturalIdLoadOptions |
Options for loading by natural-id
|
SingleEntityLoader<T> |
Loader for loading a single entity by primary or unique key
|
SingleIdEntityLoader<T> |
Loader for loading an entity by a single identifier value.
|
SingleUniqueKeyEntityLoader<T> |
Loader subtype for loading an entity by a single unique-key value.
|
SqlArrayMultiKeyLoader |
MultiKeyLoader implementation based on a SQL ARRAY valued parameter
|
SqlInPredicateMultiKeyLoader |
MultiKeyLoader implementation based on SQL IN predicate
|