|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.jdo.query.ExpressionImpl<T>
org.datanucleus.jdo.query.ObjectExpressionImpl<T>
public class ObjectExpressionImpl<T>
Implementation of an expression for all unsupported types.
| Constructor Summary | |
|---|---|
ObjectExpressionImpl(java.lang.Class<T> cls,
java.lang.String name,
ExpressionType type)
|
|
ObjectExpressionImpl(Expression queryExpr)
|
|
ObjectExpressionImpl(PersistableExpression parent,
java.lang.String name)
|
|
| Method Summary |
|---|
| Methods inherited from class org.datanucleus.jdo.query.ExpressionImpl |
|---|
cast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, ne |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.datanucleus.query.typesafe.Expression |
|---|
cast, count, countDistinct, eq, eq, instanceOf, ne, ne |
| Constructor Detail |
|---|
public ObjectExpressionImpl(PersistableExpression parent,
java.lang.String name)
public ObjectExpressionImpl(java.lang.Class<T> cls,
java.lang.String name,
ExpressionType type)
public ObjectExpressionImpl(Expression queryExpr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||