public class ByteExpressionImpl<T> extends ComparableExpressionImpl<Byte> implements ByteExpression
| Constructor and Description |
|---|
ByteExpressionImpl(Class<Byte> cls,
String name,
ExpressionType type) |
ByteExpressionImpl(org.datanucleus.query.expression.Expression queryExpr) |
ByteExpressionImpl(PersistableExpression parent,
String name) |
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, mincast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, neclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, mincast, count, countDistinct, eq, eq, instanceOf, ne, nepublic ByteExpressionImpl(PersistableExpression parent, String name)
public ByteExpressionImpl(Class<Byte> cls, String name, ExpressionType type)
public ByteExpressionImpl(org.datanucleus.query.expression.Expression queryExpr)
Copyright © 2015. All rights reserved.