public class PersistableExpressionImpl<T> extends ExpressionImpl<T> implements PersistableExpression<T>
| Constructor and Description |
|---|
PersistableExpressionImpl(Class<T> cls,
String name,
ExpressionType type) |
PersistableExpressionImpl(PersistableExpression parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
jdoObjectId()
Method to return an expression for the identity of this persistable object.
|
Expression |
jdoVersion()
Method to return an expression for the version of this persistable object.
|
cast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, neclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcast, count, countDistinct, eq, eq, instanceOf, ne, nepublic PersistableExpressionImpl(PersistableExpression parent, String name)
public PersistableExpressionImpl(Class<T> cls, String name, ExpressionType type)
public Expression jdoObjectId()
PersistableExpressionjdoObjectId in interface PersistableExpression<T>public Expression jdoVersion()
PersistableExpressionjdoVersion in interface PersistableExpression<T>Copyright © 2013. All Rights Reserved.