|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.expr.AbstractAmberExpr
com.caucho.amber.expr.AbstractPathExpr
com.caucho.amber.expr.IdExpr
com.caucho.amber.expr.CollectionIdExpr
public class CollectionIdExpr
Bound identifier expression.
Field Summary |
---|
Fields inherited from interface com.caucho.amber.expr.AmberExpr |
---|
IS_INNER_JOIN, USES_DATA |
Constructor Summary | |
---|---|
CollectionIdExpr(FromItem fromItem,
AmberExpr path)
Creates a new unbound id expression. |
Method Summary | |
---|---|
boolean |
usesFrom(FromItem from,
int type,
boolean isNot)
Returns true if the expression uses the from item. |
Methods inherited from class com.caucho.amber.expr.IdExpr |
---|
bindSelect, bindSubPath, createLoad, equals, generateHaving, generateUpdateWhere, generateWhere, getChildFromItem, getFromItem, getTargetType, hashCode, replaceJoin, toString |
Methods inherited from class com.caucho.amber.expr.AbstractPathExpr |
---|
bindSelect, createArray, createField, createId |
Methods inherited from class com.caucho.amber.expr.AbstractAmberExpr |
---|
createBoolean, exists, exists, findItem, generateJoin, generateSelect, getCacheObject, getColumnCount, getObject, getType, hasRelationship, isBoolean, setInternalArgType, usesFrom |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.caucho.amber.expr.AmberExpr |
---|
createBoolean, exists, exists, findItem, generateJoin, generateSelect, getCacheObject, getObject, getType, hasRelationship, isBoolean, setInternalArgType, usesFrom |
Constructor Detail |
---|
public CollectionIdExpr(FromItem fromItem, AmberExpr path)
Method Detail |
---|
public boolean usesFrom(FromItem from, int type, boolean isNot)
usesFrom
in interface AmberExpr
usesFrom
in class IdExpr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |