Uses of Interface
org.hibernate.loader.ast.spi.SingleEntityLoader
Packages that use SingleEntityLoader
-
Uses of SingleEntityLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement SingleEntityLoaderModifier and TypeClassDescriptionclass
class
SingleIdEntityLoaderSupport
implementation based on using a single array parameter to pass the entire batch of ids.class
AnEntityBatchLoader
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 (?,?,...)
.class
Implementation of SingleIdEntityLoader for cases where the application has provided the select load queryclass
Standard implementation ofSingleIdEntityLoader
.class
class
-
Uses of SingleEntityLoader in org.hibernate.loader.ast.spi
Subinterfaces of SingleEntityLoader in org.hibernate.loader.ast.spiModifier and TypeInterfaceDescriptioninterface
BatchLoader specialization for entity fetchinginterface
Loader for loading an entity by a single identifier value.interface
Loader subtype for loading an entity by a single unique-key value.