public interface AMD_IQuery_findAllByQuery
extends Ice.AMDCallback
IObject
instances. This means
all must be of the form:
select this from SomeModelClass this ...though the alias this is unimportant. Do not try to return multiple classes in one call like:
select this, that from SomeClass this, SomeOtherClass that ...nor to project values out of an object:
select this.name from SomeClass this ...If a page is desired, add it to the query parameters.
Modifier and Type | Method and Description |
---|---|
void |
ice_response(java.util.List<IObject> __ret)
ice_response indicates that
the operation completed successfully.
|
void ice_response(java.util.List<IObject> __ret)
__ret
- (return value) Possibly empty List of IObject results.