Uses of Interface
org.hibernate.loader.ast.spi.SingleIdEntityLoader
Packages that use SingleIdEntityLoader
Package
Description
This package abstracts persistence mechanisms for entities.
-
Uses of SingleIdEntityLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement SingleIdEntityLoaderModifier 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
-
Uses of SingleIdEntityLoader in org.hibernate.loader.ast.spi
Subinterfaces of SingleIdEntityLoader in org.hibernate.loader.ast.spi -
Uses of SingleIdEntityLoader in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return SingleIdEntityLoaderModifier and TypeMethodDescriptionprotected SingleIdEntityLoader<?>
AbstractEntityPersister.buildSingleIdEntityLoader()
For Hibernate Reactiveprotected SingleIdEntityLoader<?>
AbstractEntityPersister.determineLoaderToUse
(SharedSessionContractImplementor session) AbstractEntityPersister.getSingleIdLoader()