public class PathPart extends ParseTreeNode
Constructor and Description |
---|
PathPart(java.lang.String name,
boolean nullsafeDotted,
java.lang.String typeCast,
boolean only) |
Modifier and Type | Method and Description |
---|---|
void |
appendDebugString(java.lang.StringBuilder s,
boolean first) |
java.lang.String |
getDescribingKey() |
java.lang.String |
getName() |
AttributeI |
getResultingAttribute(EntityI e) |
AttributeI |
getResultingAttribute(EntityI e,
boolean persistentOnly) |
EntityI |
getResultingEntity(EntityI e) |
EntityI |
getResultingEntity(EntityI e,
boolean persistentOnly) |
java.lang.String |
getTypeCast() |
boolean |
isId() |
boolean |
isLastBeforeId() |
boolean |
isNullsafeDotted() |
boolean |
isOnly() |
void |
setLastBeforeId(boolean lastBeforeId) |
addChild, appendComments, appendDebugString, debugString, getChild, getChildCount, getExpressionResultType, getOperatorPrecedence, getParent, getResultClass, getToken, getType, hasType, isLeaf, isRoot, removeChild, renderSQL, setOwnType, setParent, setToken, setType, setType, setType, setTypeFromChildren, setTypeFromParent, toString
public PathPart(java.lang.String name, boolean nullsafeDotted, java.lang.String typeCast, boolean only)
public java.lang.String getName()
public boolean isNullsafeDotted()
public java.lang.String getTypeCast()
public boolean isOnly()
public void setLastBeforeId(boolean lastBeforeId)
public boolean isLastBeforeId()
public boolean isId()
public void appendDebugString(java.lang.StringBuilder s, boolean first)
public java.lang.String getDescribingKey()
public AttributeI getResultingAttribute(EntityI e)
public AttributeI getResultingAttribute(EntityI e, boolean persistentOnly)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.