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 (JDO) identity of this persistable object.
|
Expression |
jdoVersion()
Method to return an expression for the (JDO) version of this persistable object.
|
cast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, ne
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cast, count, countDistinct, eq, eq, instanceOf, ne, ne
public PersistableExpressionImpl(PersistableExpression parent, String name)
public PersistableExpressionImpl(Class<T> cls, String name, ExpressionType type)
public Expression jdoObjectId()
PersistableExpression
jdoObjectId
in interface PersistableExpression<T>
public Expression jdoVersion()
PersistableExpression
jdoVersion
in interface PersistableExpression<T>
Copyright © 2017. All rights reserved.