Uses of Class
org.hibernate.loader.ast.internal.SingleIdEntityLoaderSupport
Packages that use SingleIdEntityLoaderSupport
-
Uses of SingleIdEntityLoaderSupport in org.hibernate.loader.ast.internal
Subclasses of SingleIdEntityLoaderSupport in org.hibernate.loader.ast.internalModifier 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
Standard implementation ofSingleIdEntityLoader
.