Class ExpressionCache.Key
java.lang.Object
com.blazebit.persistence.parser.expression.ExpressionCache.Key
- Enclosing interface:
- ExpressionCache<T>
public static class ExpressionCache.Key extends Object
- Since:
- 1.4.0
- Author:
- Moritz Becker
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()booleanisAllowObjectExpression()booleanisAllowOuter()booleanisAllowQuantifiedPredicates()
-
Constructor Details
-
Method Details
-
isAllowOuter
public boolean isAllowOuter() -
isAllowQuantifiedPredicates
public boolean isAllowQuantifiedPredicates() -
isAllowObjectExpression
public boolean isAllowObjectExpression() -
equals
-
hashCode
public int hashCode()
-