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 javax.jdo.query.Expression