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, min
cast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, ne
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
cast, count, countDistinct, eq, eq, instanceOf, ne, ne
public ByteExpressionImpl(PersistableExpression parent, String name)
public ByteExpressionImpl(Class<Byte> cls, String name, ExpressionType type)
public ByteExpressionImpl(org.datanucleus.query.expression.Expression queryExpr)
Copyright © 2017. All rights reserved.