|
Class Summary |
| QueryBuiltInAbstract<T> |
Although (through this class) the subclasses implements Query and
thus are meant to be Serializable, this isn't actually required
of the built-in queries because they are all converted into corresponding
PersistenceQuery in the runtime for remoting purposes. |
| QueryFindAllInstances<T> |
Although implements Query and thus is intended to be (and indeed is) Serializable,
it will be converted into a PersistenceQuery in the runtime for remoting purposes. |
| QueryFindByPattern<T> |
Although implements Query and thus is ought to be Serializable,
it will be converted into a PersistenceQuery in the runtime for remoting purposes
and so does not need to be (and indeed isn't). |
| QueryFindByTitle<T> |
Although implements Query and thus is intended to be (and indeed is) Serializable,
it will be converted into a PersistenceQuery in the runtime for remoting purposes. |