Class JoinFactory

  • All Implemented Interfaces:
    java.lang.Comparable<ExpressionFactory>

    public final class JoinFactory
    extends ExpressionFactory
    This JoinFactory creates a new Join when the portion of the query to parse starts with JOIN or FETCH JOIN, respectively.
    Since:
    2.3
    Version:
    2.5.2
    Author:
    Pascal Filion
    See Also:
    Join
    • Constructor Detail

      • JoinFactory

        public JoinFactory()
        Creates a new JoinFactory.