Uses of Interface
org.hibernate.loader.ast.spi.Loader
-
Packages that use Loader Package Description org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi -
-
Uses of Loader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement Loader Modifier and Type Class Description classAbstractNaturalIdLoader<T>Base support for NaturalIdLoader implementationsclassCollectionElementLoaderByIndexclassCollectionLoaderBatchKeyA one-time use CollectionLoader for applying a batch fetchclassCollectionLoaderNamedQueryclassCollectionLoaderSingleKeyMain implementation of CollectionLoader for handling a load of a single collection-keyclassCollectionLoaderSubSelectFetchA one-time use CollectionLoader for applying a sub-select fetchclassCompoundNaturalIdLoader<T>NaturalIdLoader implementation for compound natural-idsclassMultiIdLoaderStandard<T>classMultiNaturalIdLoaderStandard<E>Standard MultiNaturalIdLoader implementationclassSimpleNaturalIdLoader<T>NaturalIdLoader for simple natural-idsclassSingleIdEntityLoaderDynamicBatch<T>classSingleIdEntityLoaderProvidedQueryImpl<T>Implementation of SingleIdEntityLoader for cases where the application has provided the select load queryclassSingleIdEntityLoaderStandardImpl<T>Standard implementation of SingleIdEntityLoaderclassSingleIdEntityLoaderSupport<T>classSingleUniqueKeyEntityLoaderStandard<T> -
Uses of Loader in org.hibernate.loader.ast.spi
Subinterfaces of Loader in org.hibernate.loader.ast.spi Modifier and Type Interface Description interfaceCollectionLoaderA loader (initialization) for collectionsinterfaceEntityLoaderSpecialization of Loader for loading entities of a typeinterfaceMultiIdEntityLoader<T>Loader subtype for loading multiple entities by multiple identifier values.interfaceMultiLoader<T>Commonality for multi-loadinginterfaceMultiNaturalIdLoader<E>Loader for entities by multiple natural-idsinterfaceNaturalIdLoader<T>Loader forNaturalIdhandlinginterfaceSingleEntityLoader<T>Loader for loading a single entity by primary or unique keyinterfaceSingleIdEntityLoader<T>Loader for loading an entity by a single identifier value.interfaceSingleUniqueKeyEntityLoader<T>Loader subtype for loading an entity by a single unique-key value.
-