Uses of Interface
org.hibernate.loader.ast.spi.SqlArrayMultiKeyLoader
Packages that use SqlArrayMultiKeyLoader
-
Uses of SqlArrayMultiKeyLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement SqlArrayMultiKeyLoaderModifier and TypeClassDescriptionclass
CollectionBatchLoader
using a SQLARRAY
parameter to pass the key values.class
CollectionBatchLoader
for batch fetching using a SQLIN
predicate.class
SingleIdEntityLoaderSupport
implementation based on using a single array parameter to pass the entire batch of ids.class
class
Standard MultiNaturalIdLoader implementation