Class CollectionDeclaration

  • All Implemented Interfaces:
    JPQLQueryDeclaration

    public class CollectionDeclaration
    extends Declaration
    This CollectionDeclaration represents a collection member declaration that was declared in the FROM clause of a SELECT top-level query or subquery.
    Version:
    2.5
    See Also:
    CollectionMemberDeclaration
    Author:
    Pascal Filion
    Since:
    2.5
    • Constructor Detail

      • CollectionDeclaration

        public CollectionDeclaration()
        Creates a new CollectionDeclaration.
    • Method Detail

      • getType

        public JPQLQueryDeclaration.Type getType()
        Determines the type this declaration represents.
        Returns:
        One of the possible types