Uses of Interface
org.hibernate.loader.ast.spi.MultiKeyLoadSizingStrategy
-
Packages that use MultiKeyLoadSizingStrategy Package Description org.hibernate.dialect 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 MultiKeyLoadSizingStrategy Modifier and Type Field Description protected MultiKeyLoadSizingStrategy
Dialect. STANDARD_MULTI_KEY_LOAD_SIZING_STRATEGY
Methods in org.hibernate.dialect that return MultiKeyLoadSizingStrategy Modifier and Type Method Description MultiKeyLoadSizingStrategy
Dialect. getBatchLoadSizingStrategy()
The strategy used to determine the appropriate number of keys to load in a single SQL query with batch-fetch loading.MultiKeyLoadSizingStrategy
DialectDelegateWrapper. getBatchLoadSizingStrategy()
MultiKeyLoadSizingStrategy
Dialect. getMultiKeyLoadSizingStrategy()
The strategy used to determine the appropriate number of keys to load in a single SQL query with multi-key loading.MultiKeyLoadSizingStrategy
DialectDelegateWrapper. getMultiKeyLoadSizingStrategy()
-