Methods Summary |
---|
public java.lang.String | getAlias()
|
public org.hibernate.type.Type | getDataType()Returns the data type of the select expression.
|
public FromElement | getFromElement()Returns the FROM element that this expression refers to.
|
public boolean | isConstructor()Returns true if the element is a constructor (e.g. new Foo).
|
public boolean | isReturnableEntity()Returns true if this select expression represents an entity that can be returned.
|
public boolean | isScalar()
|
public void | setAlias(java.lang.String alias)
|
public void | setScalarColumnText(int i)Appends AST nodes that represent the columns after the current AST node.
(e.g. 'as col0_O_')
|
public void | setText(java.lang.String text)Sets the text of the node.
|