public class IntoClause extends HqlSqlWalkerNode implements DisplayableNode
| Constructor and Description |
|---|
IntoClause() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayText()
Returns additional display text for the AST node.
|
java.lang.String |
getEntityName() |
Type[] |
getInsertionTypes() |
Queryable |
getQueryable() |
java.lang.String |
getTableName() |
void |
initialize(Queryable persister) |
boolean |
isDiscriminated() |
boolean |
isExplicitIdInsertion() |
boolean |
isExplicitVersionInsertion() |
void |
prependIdColumnSpec() |
void |
prependVersionColumnSpec() |
void |
validateTypes(SelectClause selectClause) |
getAliasGenerator, getASTFactory, getSessionFactoryHelper, getWalker, initializegetDataType, getOriginalText, setDataType, setTextgetColumn, getFilename, getLine, getRenderText, getTextLength, initialize, initializeaddChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenpublic void initialize(Queryable persister)
public java.lang.String getTableName()
public Queryable getQueryable()
public java.lang.String getEntityName()
public Type[] getInsertionTypes()
public boolean isDiscriminated()
public boolean isExplicitIdInsertion()
public boolean isExplicitVersionInsertion()
public void prependIdColumnSpec()
public void prependVersionColumnSpec()
public void validateTypes(SelectClause selectClause) throws QueryException
QueryExceptionpublic java.lang.String getDisplayText()
getDisplayText in interface DisplayableNodeCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.