Uses of Interface
org.hibernate.loader.ast.internal.Preparable
-
Packages that use Preparable Package Description org.hibernate.loader.ast.internal -
-
Uses of Preparable in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement Preparable Modifier and Type Class Description class
AbstractMultiIdEntityLoader<T>
Base support for MultiIdEntityLoader implementationsclass
EntityBatchLoaderArrayParam<T>
SingleIdEntityLoaderSupport implementation based on using a single array parameter to pass the entire batch of ids.class
EntityBatchLoaderInPredicate<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 (?,?,...)
.class
MultiIdEntityLoaderArrayParam<E>
class
MultiIdEntityLoaderStandard<T>
Standard MultiIdEntityLoaderclass
SingleIdEntityLoaderStandardImpl<T>
Standard implementation of SingleIdEntityLoader
-