| AfterLoadAction |
|
| CollectionLoader |
A loader (initialization) for collections
|
| EntityLoader |
Specialization of Loader for loading entities of a type
|
| 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
|
| MultiLoader<T> |
Commonality for multi-loading
|
| 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.
|