public class ImpliedFromElement extends FromElement
isDereferencedBySubclassProperty, isDereferencedBySuperclassOrSubclassProperty, isDereferencedBySuperclassPropertyDISCRIMINATOR_PROPERTY_NAME| Constructor and Description | 
|---|
ImpliedFromElement()  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
addEmbeddedParameter, appendDisplayText, applyTreatAsDeclarations, equals, getClassAlias, getClassName, getCollectionSuffix, getCollectionTableAlias, getDataType, getDestinations, getEmbeddedParameters, getEntityPersister, getFromClause, getIdentityColumn, getIdentityColumns, getIndexCollectionSelectorParamSpec, getJoinSequence, getOrigin, getPropertyMapping, getPropertyType, getQueryable, getQueryableCollection, getRealOrigin, getRole, getSelectType, getSequence, getTableAlias, getTypeDiscriminatorMetadata, getWithClauseFragment, getWithClauseJoinAlias, handlePropertyBeingDereferenced, hasCacheablePersister, hasEmbeddedParameters, hashCode, initializeCollection, initializeComponentJoin, initializeEntity, isAllPropertyFetch, isCollectionJoin, isCollectionOfValuesOrComponents, isDereferencedBySubclassProperty, isDereferencedBySuperclassOrSubclassProperty, isDereferencedBySuperclassProperty, isEntity, isFetch, isFilter, isFromOrJoinFragment, isManyToMany, setAllPropertyFetch, setCollectionJoin, setCollectionSuffix, setCollectionTableAlias, setColumns, setFetch, setFilter, setIncludeSubclasses, setIndexCollectionSelectorParamSpec, setJoinSequence, setOrigin, setQueryableCollection, setRole, setUseFromFragment, setUseWhereFragment, setWithClauseFragment, toColumns, toColumns, useFromFragment, useWhereFragmentgetAliasGenerator, getASTFactory, getSessionFactoryHelper, getWalker, initializegetOriginalText, 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, xmlSerializeRootOpenclone, finalize, getClass, notify, notifyAll, wait, wait, waitsetTextpublic boolean isImplied()
FromElementisImplied in class FromElementpublic void setImpliedInFromClause(boolean flag)
setImpliedInFromClause in class FromElementpublic boolean isImpliedInFromClause()
isImpliedInFromClause in class FromElementpublic void setInProjectionList(boolean inProjectionList)
setInProjectionList in class FromElementpublic boolean inProjectionList()
inProjectionList in class FromElementpublic boolean isIncludeSubclasses()
isIncludeSubclasses in class FromElementpublic String getDisplayText()
getDisplayText in interface DisplayableNodegetDisplayText in class FromElementCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.