java.lang.Object
org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
org.eclipse.persistence.jpa.jpql.tools.resolver.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.
Since:
2.5
Version:
2.5
See Also:
  • Constructor Details

    • CollectionDeclaration

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