| |
|
| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.PathExpr com.caucho.ejb.ql.ThisExpr
ThisExpr | class ThisExpr extends PathExpr (Code) | | Identifier expression for EJB-QL.
|
ThisExpr | ThisExpr(Query query, EjbEntityBean bean) throws ConfigException(Code) | | Creates a new identifier expression.
Parameters: query - the owning query Parameters: bean - the mapped bean |
equals | public boolean equals(Object bObj)(Code) | | Returns true if the two expressions are equal
|
generateComponent | void generateComponent(CharBuffer cb, int index)(Code) | | |
generateSelect | void generateSelect(CharBuffer cb)(Code) | | Prints the select 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 |
getTableName | String getTableName()(Code) | | Returns the SQL table name for the id
|
hashCode | public int hashCode()(Code) | | Returns a hash code for the expression
|
setTableName | void setTableName(String tableName)(Code) | | Sets the SQL table name for the id
|
toString | public String toString()(Code) | | Printable version of the object.
|
|
|
|