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 MultiKeyLoadSizingStrategyDialect. STANDARD_MULTI_KEY_LOAD_SIZING_STRATEGYMethods in org.hibernate.dialect that return MultiKeyLoadSizingStrategy Modifier and Type Method Description MultiKeyLoadSizingStrategyDialect. getBatchLoadSizingStrategy()The strategy used to determine the appropriate number of keys to load in a single SQL query with batch-fetch loading.MultiKeyLoadSizingStrategyDialectDelegateWrapper. getBatchLoadSizingStrategy()MultiKeyLoadSizingStrategyDialect. getMultiKeyLoadSizingStrategy()The strategy used to determine the appropriate number of keys to load in a single SQL query with multi-key loading.MultiKeyLoadSizingStrategyDialectDelegateWrapper. getMultiKeyLoadSizingStrategy()
-