Uses of Interface
org.hibernate.loader.ast.spi.MultiKeyLoader
-
Packages that use MultiKeyLoader Package Description org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi -
-
Uses of MultiKeyLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement MultiKeyLoader Modifier and Type Class Description classAbstractCollectionBatchLoaderclassAbstractEntityBatchLoader<T>classAbstractMultiIdEntityLoader<T>Base support for MultiIdEntityLoader implementationsclassAbstractNaturalIdLoader<T>Base support for NaturalIdLoader implementationsclassCollectionBatchLoaderArrayParamCollectionBatchLoader using a SQL ARRAY parameter to pass the key valuesclassCollectionBatchLoaderInPredicateCollectionLoader for batch fetching using a SQL IN predicateclassCompoundNaturalIdLoader<T>NaturalIdLoader implementation for compound natural-idsclassEntityBatchLoaderArrayParam<T>SingleIdEntityLoaderSupport implementation based on using a single array parameter to pass the entire batch of ids.classEntityBatchLoaderInPredicate<T>An EntityBatchLoader using one or more SQL queries, which each initialize up to EntityBatchLoaderInPredicate.getSqlBatchSize() entities using a SQL IN predicate restriction - e.g.,... where id in (?,?,...).classMultiIdEntityLoaderArrayParam<E>classMultiIdEntityLoaderStandard<T>Standard MultiIdEntityLoaderclassMultiNaturalIdLoaderArrayParam<E>Standard MultiNaturalIdLoader implementationclassMultiNaturalIdLoaderInPredicate<E>MultiNaturalIdLoader implementation using SQL IN predicate to specify the idsclassSimpleNaturalIdLoader<T>NaturalIdLoader for simple natural-ids -
Uses of MultiKeyLoader in org.hibernate.loader.ast.spi
Subinterfaces of MultiKeyLoader in org.hibernate.loader.ast.spi Modifier and Type Interface Description interfaceBatchLoaderCommonality for loading a loadable in "batch" (more than one key at a time)interfaceCollectionBatchLoaderBatchLoader specialization for collection fetchinginterfaceEntityBatchLoader<T>BatchLoader specialization for entity fetchinginterfaceEntityMultiLoader<T>Commonality for multi-loading an entityinterfaceMultiIdEntityLoader<T>Loader subtype for loading multiple entities by multiple identifier values.interfaceMultiNaturalIdLoader<E>Loader for entities by multiple natural-idsinterfaceNaturalIdLoader<T>Loader forNaturalIdhandlinginterfaceSqlArrayMultiKeyLoaderMultiKeyLoader implementation based on a SQL ARRAY valued parameterinterfaceSqlInPredicateMultiKeyLoaderMultiKeyLoader implementation based on SQL IN predicate
-