Package com.blazebit.persistence.impl
Class MutableQueryConfiguration
java.lang.Object
com.blazebit.persistence.impl.AbstractQueryConfiguration
com.blazebit.persistence.impl.MutableQueryConfiguration
- All Implemented Interfaces:
QueryConfiguration
- Since:
- 1.2.0
- Author:
- Christian Beikov, Moritz Becker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetCacheable(boolean cacheable) voidsetProperties(Map<String, String> properties) voidsetProperty(String propertyName, String propertyValue) Methods inherited from class com.blazebit.persistence.impl.AbstractQueryConfiguration
getProperties, getProperty
-
Constructor Details
-
MutableQueryConfiguration
-
-
Method Details
-
isCompatibleModeEnabled
public boolean isCompatibleModeEnabled() -
isReturningClauseCaseSensitive
public boolean isReturningClauseCaseSensitive() -
isExpressionOptimizationEnabled
public boolean isExpressionOptimizationEnabled() -
getExpressionCacheClass
-
isCountTransformationEnabled
public boolean isCountTransformationEnabled() -
isImplicitGroupByFromSelectEnabled
public boolean isImplicitGroupByFromSelectEnabled() -
isImplicitGroupByFromHavingEnabled
public boolean isImplicitGroupByFromHavingEnabled() -
isImplicitGroupByFromOrderByEnabled
public boolean isImplicitGroupByFromOrderByEnabled() -
isValuesClauseFilterNullsEnabled
public boolean isValuesClauseFilterNullsEnabled() -
isParameterAsLiteralRenderingEnabled
public boolean isParameterAsLiteralRenderingEnabled() -
isOptimizedKeysetPredicateRenderingEnabled
public boolean isOptimizedKeysetPredicateRenderingEnabled() -
getInlineIdQueryEnabled
-
getInlineCountQueryEnabled
-
getInlineCtesEnabled
-
setCacheable
public void setCacheable(boolean cacheable) -
isCacheable
public boolean isCacheable() -
isQueryPlanCacheEnabled
public boolean isQueryPlanCacheEnabled() -
setProperties
-
setProperty
-