org.datanucleus.query.typesafe
Interface ObjectExpression<T>

Type Parameters:
T - Java type
All Superinterfaces:
Expression<T>

public interface ObjectExpression<T>
extends Expression<T>

Representation of an Object as an expression. This handles all remaining Java types not handled by String, Numeric, Enum, Boolean, Collection, Map, etc.


Method Summary
 
Methods inherited from interface org.datanucleus.query.typesafe.Expression
cast, count, countDistinct, eq, eq, instanceOf, ne, ne
 



Copyright © 2013. All Rights Reserved.