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 Details

    • Key

      public Key(String expression, boolean allowOuter, boolean allowQuantifiedPredicates, boolean allowObjectExpression)
  • Method Details

    • isAllowOuter

      public boolean isAllowOuter()
    • isAllowQuantifiedPredicates

      public boolean isAllowQuantifiedPredicates()
    • isAllowObjectExpression

      public boolean isAllowObjectExpression()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object