Uses of Interface
org.hibernate.loader.ast.spi.MultiKeyLoadSizingStrategy
Packages that use MultiKeyLoadSizingStrategy
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of MultiKeyLoadSizingStrategy in org.hibernate.dialect
Fields in org.hibernate.dialect declared as MultiKeyLoadSizingStrategyMethods in org.hibernate.dialect that return MultiKeyLoadSizingStrategyModifier and TypeMethodDescriptionDialect.getBatchLoadSizingStrategy()
The strategy used to determine the appropriate number of keys to load in a single SQL query with batch-fetch loading.DialectDelegateWrapper.getBatchLoadSizingStrategy()
Dialect.getMultiKeyLoadSizingStrategy()
The strategy used to determine the appropriate number of keys to load in a single SQL query with multi-key loading.DialectDelegateWrapper.getMultiKeyLoadSizingStrategy()