public class ManyToOneExpr extends AbstractPathExpr
IS_INNER_JOIN, USES_DATA| Constructor and Description | 
|---|
| ManyToOneExpr(PathExpr parent,
             LinkColumns linkColumns)Creates a new unbound id expression. | 
| Modifier and Type | Method and Description | 
|---|---|
| AmberExpr | bindSelect(QueryParser parser)Binds the expression as a select item. | 
| PathExpr | bindSelect(QueryParser parser,
          java.lang.String id)Binds the expression as a select item. | 
| FromItem | bindSubPath(QueryParser parser)Binds the expression as a subpath. | 
| LoadExpr | createLoad()Creates a load expression. | 
| boolean | equals(java.lang.Object o) | 
| boolean | exists(FromItem from)Returns true if the item is forced to exist by the parent | 
| void | generateMatchArgWhere(CharBuffer cb)Generates the where expression. | 
| void | generateSelect(CharBuffer cb)Generates the select expression. | 
| void | generateUpdateWhere(CharBuffer cb)Generates the (update) where expression. | 
| void | generateWhere(CharBuffer cb)Generates the where expression. | 
| FromItem | getChildFromItem()Return the child from item. | 
| FromItem | getFromItem()Return the parent from item. | 
| LinkColumns | getLinkColumns()Returns the link columns. | 
| PathExpr | getParent()Returns the parent. | 
| EntityType | getTargetType()Returns the entity class. | 
| AmberType | getType()Returns the entity class. | 
| int | hashCode() | 
| java.lang.String | toString() | 
| boolean | usesFrom(FromItem from,
        int type,
        boolean isNot)Returns true if the expression uses the from item. | 
createArray, createField, createIdcreateBoolean, exists, findItem, generateHaving, generateJoin, getCacheObject, getColumnCount, getObject, hasRelationship, isBoolean, replaceJoin, setInternalArgType, usesFromclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateBoolean, exists, findItem, generateHaving, generateJoin, getCacheObject, getObject, hasRelationship, isBoolean, replaceJoin, setInternalArgType, usesFrompublic ManyToOneExpr(PathExpr parent, LinkColumns linkColumns)
public EntityType getTargetType()
public AmberType getType()
getType in interface AmberExprgetType in class AbstractAmberExprpublic AmberExpr bindSelect(QueryParser parser)
bindSelect in interface AmberExprbindSelect in class AbstractAmberExprpublic FromItem getFromItem()
public LinkColumns getLinkColumns()
public FromItem getChildFromItem()
getChildFromItem in interface PathExprgetChildFromItem in class AbstractPathExprpublic FromItem bindSubPath(QueryParser parser)
bindSubPath in interface PathExprbindSubPath in class AbstractPathExprpublic PathExpr bindSelect(QueryParser parser, java.lang.String id)
bindSelect in interface PathExprbindSelect in class AbstractPathExprpublic boolean usesFrom(FromItem from, int type, boolean isNot)
usesFrom in interface AmberExprusesFrom in class AbstractAmberExprpublic boolean exists(FromItem from)
exists in interface AmberExprexists in class AbstractAmberExprpublic void generateMatchArgWhere(CharBuffer cb)
public void generateWhere(CharBuffer cb)
generateWhere in interface AmberExprgenerateWhere in class AbstractAmberExprpublic void generateUpdateWhere(CharBuffer cb)
generateUpdateWhere in interface AmberExprgenerateUpdateWhere in class AbstractAmberExprpublic void generateSelect(CharBuffer cb)
generateSelect in interface AmberExprgenerateSelect in class AbstractAmberExprpublic LoadExpr createLoad()
createLoad in interface PathExprcreateLoad in class AbstractPathExprpublic PathExpr getParent()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object