Uses of Interface
org.hibernate.loader.ast.spi.EntityMultiLoader
Packages that use EntityMultiLoader
-
Uses of EntityMultiLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement EntityMultiLoaderModifier and TypeClassDescriptionclass
Base support forMultiIdEntityLoader
implementations.class
class
Implementation ofMultiIdEntityLoader
which uses a single JDBC parameter of SQL array type.class
Standard implementation ofMultiIdEntityLoader
which uses a SQLin
condition containing multiple JDBC parameters.class
Standard MultiNaturalIdLoader implementationclass
MultiNaturalIdLoader implementation using SQL IN predicate to specify the ids -
Uses of EntityMultiLoader in org.hibernate.loader.ast.spi
Subinterfaces of EntityMultiLoader in org.hibernate.loader.ast.spiModifier and TypeInterfaceDescriptioninterface
Loader subtype for loading multiple entities by multiple identifier values.interface
Loader for entities by multiple natural-ids