Interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitQuery
- Enclosing interface:
- HibernateOrmConfigPersistenceUnit
public static interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitQuery
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDefault precedence of null values in `ORDER BY` clauses.booleanEnables IN clause parameter padding which improves statement caching.default booleanintThe maximum size of the query plan cache.
-
Field Details
-
DEFAULT_QUERY_PLAN_CACHE_MAX_SIZE
static final int DEFAULT_QUERY_PLAN_CACHE_MAX_SIZE- See Also:
-
-
Method Details
-
queryPlanCacheMaxSize
@WithDefault("2048") int queryPlanCacheMaxSize()The maximum size of the query plan cache. see #"hibernate.query.plan_cache_max_size" -
defaultNullOrdering
@WithDefault("none") HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitQuery.NullOrdering defaultNullOrdering()Default precedence of null values in `ORDER BY` clauses. Valid values are: `none`, `first`, `last`. -
inClauseParameterPadding
@WithDefault("true") boolean inClauseParameterPadding()Enables IN clause parameter padding which improves statement caching. -
isAnyPropertySet
default boolean isAnyPropertySet()
-