Package com.blazebit.persistence.impl
Class AbstractQueryConfiguration
java.lang.Object
com.blazebit.persistence.impl.AbstractQueryConfiguration
- All Implemented Interfaces:
QueryConfiguration
- Direct Known Subclasses:
ImmutableQueryConfiguration,MutableQueryConfiguration
- Since:
- 1.2.0
- Author:
- Christian Beikov, Moritz Becker
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.impl.QueryConfiguration
getExpressionCacheClass, getInlineCountQueryEnabled, getInlineCtesEnabled, getInlineIdQueryEnabled, isCacheable, isCompatibleModeEnabled, isCountTransformationEnabled, isExpressionOptimizationEnabled, isImplicitGroupByFromHavingEnabled, isImplicitGroupByFromOrderByEnabled, isImplicitGroupByFromSelectEnabled, isOptimizedKeysetPredicateRenderingEnabled, isParameterAsLiteralRenderingEnabled, isQueryPlanCacheEnabled, isReturningClauseCaseSensitive, isValuesClauseFilterNullsEnabled, setCacheable, setProperties, setProperty
-
Constructor Details
-
AbstractQueryConfiguration
public AbstractQueryConfiguration()
-
-
Method Details
-
getProperty
- Specified by:
getPropertyin interfaceQueryConfiguration
-
getProperties
- Specified by:
getPropertiesin interfaceQueryConfiguration
-