Module eclipselink

Class GeneralIdentificationExpressionFactory

    • Constructor Detail

      • GeneralIdentificationExpressionFactory

        public GeneralIdentificationExpressionFactory​(String id,
                                                      String identifier)
        Creates a new GeneralIdentificationExpressionFactory.
        Parameters:
        id - The unique identifier of this ExpressionFactory
        identifier - The JPQL identifier handled by this factory
    • Method Detail

      • buildExpression

        protected abstract AbstractExpression buildExpression​(AbstractExpression parent)
        Creates the actual expression this factory manages.
        Parameters:
        parent - The parent of this expression
        Returns:
        The Expression this factory manages