public class ImpliedFromElement extends FromElement
isDereferencedBySubclassProperty, isDereferencedBySuperclassOrSubclassProperty, isDereferencedBySuperclassProperty
DISCRIMINATOR_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, equals, getClassAlias, getClassName, getCollectionSuffix, getCollectionTableAlias, getDataType, getDestinations, getEmbeddedParameters, getEntityPersister, getFromClause, getIdentityColumn, getIdentityColumns, getIndexCollectionSelectorParamSpec, getJoinSequence, getOrigin, getPropertyMapping, getPropertyType, getQueryable, getQueryableCollection, getRealOrigin, 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, useWhereFragment
getAliasGenerator, getASTFactory, getSessionFactoryHelper, getWalker, initialize
getOriginalText, setDataType, setText
getColumn, getFilename, getLine, getRenderText, getTextLength, initialize, initialize
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setText
public boolean isImplied()
FromElement
isImplied
in class FromElement
public void setImpliedInFromClause(boolean flag)
setImpliedInFromClause
in class FromElement
public boolean isImpliedInFromClause()
isImpliedInFromClause
in class FromElement
public void setInProjectionList(boolean inProjectionList)
setInProjectionList
in class FromElement
public boolean inProjectionList()
inProjectionList
in class FromElement
public boolean isIncludeSubclasses()
isIncludeSubclasses
in class FromElement
public String getDisplayText()
getDisplayText
in interface DisplayableNode
getDisplayText
in class FromElement
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.