Package org.hibernate.loader.ast.spi
package org.hibernate.loader.ast.spi
-
ClassDescriptionAn action to be performed after an entity has been loaded.Commonality for loading a loadable in "batch" (more than one key at a time)Factory for
BatchLoaderinstancesBatchLoader specialization for collection fetchingA loader (initialization) for collectionsBatchLoader specialization for entity fetchingSpecialization of Loader for loading entities of a typeCommonality for multi-loading an entityCommon details for things that can be loaded by a loader - generally entities and plural attributes (collections).Common contract for all value-mapping loaders.EntityMultiLoader implementation based on identifier.Encapsulation of the options for loading multiple entities (of a type) by id.Loader specialization for loading multiple loadable references by primary, foreign or natural key.Strategy for determining an optimal size for loading by multiple keys.Encapsulation of the options for loading multiple entities (of a type) by key.EntityMultiLoader implementation based on identifier.Encapsulation of the options for loading multiple entities (of a type) by natural-id.Loader forNaturalIdOptions for loading by natural-idLoader for loading a single entity by primary or unique keyLoader for loading an entity by a single identifier value.Loader subtype for loading an entity by a single unique-key value.MultiKeyLoader implementation based on a SQL ARRAY valued parameterMultiKeyLoader implementation based on SQL IN predicate