Subclasses of SetExpression in com.triactive.jdo.store |
(package private) class |
CandidateSetExpression
A set expression that represents some set field in a query candidate class,
or a set field in an object linked from the candidate class by navigation. |
(package private) class |
SetLiteral
A SetLiteral is a SQL expression that will test if a column of table
falls within the given Set of values. |
(package private) class |
SubquerySetExpression
A set expression whose contents are expressed as a SQL subquery. |