public class

ImpliedFromElement

extends FromElement
java.lang.Object
   ↳ antlr.CommonAST
     ↳ org.hibernate.hql.ast.tree.Node
       ↳ org.hibernate.hql.ast.tree.SqlNode
         ↳ org.hibernate.hql.ast.tree.HqlSqlWalkerNode
           ↳ org.hibernate.hql.ast.tree.FromElement
             ↳ org.hibernate.hql.ast.tree.ImpliedFromElement

Class Overview

Represents a FROM element implied by a path expression or a collection reference.

Summary

[Expand]
Inherited Constants
From class org.hibernate.hql.ast.tree.FromElement
Public Constructors
ImpliedFromElement()
Public Methods
String getDisplayText()
Returns additional display text for the AST node.
boolean inProjectionList()
boolean isImplied()
Returns true if this FromElement was implied by a path, or false if this FROM element is explicitly declared in the FROM clause.
boolean isImpliedInFromClause()
boolean isIncludeSubclasses()
void setImpliedInFromClause(boolean flag)
void setInProjectionList(boolean inProjectionList)
[Expand]
Inherited Methods
From class org.hibernate.hql.ast.tree.FromElement
From class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
From class org.hibernate.hql.ast.tree.SqlNode
From class org.hibernate.hql.ast.tree.Node
From class java.lang.Object
From interface org.hibernate.hql.ast.tree.DisplayableNode
From interface org.hibernate.hql.ast.tree.InitializeableNode
From interface org.hibernate.hql.ast.tree.ParameterContainer

Public Constructors

public ImpliedFromElement ()

Public Methods

public String getDisplayText ()

Returns additional display text for the AST node.

Returns
  • String - The additional display text.

public boolean inProjectionList ()

public boolean isImplied ()

Returns true if this FromElement was implied by a path, or false if this FROM element is explicitly declared in the FROM clause.

Returns
  • true if this FromElement was implied by a path, or false if this FROM element is explicitly declared

public boolean isImpliedInFromClause ()

public boolean isIncludeSubclasses ()

public void setImpliedInFromClause (boolean flag)

public void setInProjectionList (boolean inProjectionList)