| |
|
| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.PathExpr com.caucho.ejb.ql.CollectionIdExpr
CollectionIdExpr | class CollectionIdExpr extends PathExpr (Code) | | Identifier expression for EJB-QL.
|
CollectionIdExpr | CollectionIdExpr(Query query, String name, CollectionExpr path) throws ConfigException(Code) | | Creates a new identifier expression.
Parameters: query - the owning query Parameters: name - the identifier Parameters: bean - the mapped bean |
equals | public boolean equals(Object bObj)(Code) | | Returns true if the two expressions are equal
|
generateAmber | void generateAmber(CharBuffer cb)(Code) | | Prints the where SQL for this expression
Parameters: gen - the java code generator |
generateComponent | void generateComponent(CharBuffer cb, int i)(Code) | | Prints the where SQL for this expression
Parameters: gen - the java code generator |
generateWhere | void generateWhere(CharBuffer cb)(Code) | | Prints the where SQL for this expression
Parameters: gen - the java code generator |
getComponentCount | int getComponentCount()(Code) | | |
getSelectTable | String getSelectTable(CharBuffer cb) throws ConfigException(Code) | | Prints the select SQL for this expression
Parameters: gen - the java code generator |
hashCode | public int hashCode()(Code) | | Returns a hash code for the expression
|
printComponent | void printComponent(CharBuffer cb, int index) throws ConfigException(Code) | | |
printSelect | void printSelect(CharBuffer cb) throws ConfigException(Code) | | Prints the select SQL for this expression
Parameters: gen - the java code generator |
printWhere | void printWhere(CharBuffer cb) throws ConfigException(Code) | | Prints the where SQL for this expression
Parameters: gen - the java code generator |
setUsesField | void setUsesField()(Code) | | |
toString | public String toString()(Code) | | Printable version of the object.
|
|
|
|