java.lang.Object
org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
All Implemented Interfaces:
JPQLQueryDeclaration

public class TableDeclaration extends Declaration
This Declaration uses a database table as the "root" object.
Since:
2.5
Version:
2.5
  • Constructor Details

    • TableDeclaration

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

    • getTableName

      public String getTableName()
      Returns the unquoted table name.
      Returns:
      The name of the table specified in the TABLE expression
    • getType

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