Module eclipselink

Interface ParentExpression

All Superinterfaces:
Expression
All Known Implementing Classes:
JPQLExpression, RangeVariableDeclaration, SubExpression

public interface ParentExpression extends Expression
  • Method Details

    • isGenerateImplicitThisAlias

      boolean isGenerateImplicitThisAlias()
      Whether Hermes parser should automatically add missing "this" prefix into where field variables if it doesn't exist.
      Returns:
      boolean true - if this aliases should be generated , false - if not
    • setGenerateImplicitThisAlias

      void setGenerateImplicitThisAlias(boolean generateImplicitThisAlias)
    • getIdentificationVariablesWithoutAlias

      List<IdentificationVariable> getIdentificationVariablesWithoutAlias()
      Get list of IdentificationVariable where this alias should be added.