|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.impl.core.query.values.ValuesQueryResultAction
public class ValuesQueryResultAction
Field Summary | |
---|---|
protected ClassInfo |
classInfo
|
protected IInstanceBuilder |
instanceBuilder
An object to build instances |
Constructor Summary | |
---|---|
ValuesQueryResultAction(IValuesQuery query,
IStorageEngine storageEngine,
IInstanceBuilder instanceBuilder)
|
Method Summary | ||
---|---|---|
void |
end()
Called at the end of the query execution - used to clean or finish some task |
|
|
getObjects()
Returns the resulting objects |
|
Values |
getValues()
|
|
void |
objectMatch(OID oid,
java.lang.Object object,
OdbComparable orderByKey)
Called (by the GenericQueryExecutor) when an object matches the query |
|
void |
objectMatch(OID oid,
OdbComparable orderByKey)
Called (by the GenericQueryExecutor) when an object matches with lazy loading, only stores the OID |
|
void |
start()
Called at the beginning of the query execution - used to prepare result object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IInstanceBuilder instanceBuilder
protected ClassInfo classInfo
Constructor Detail |
---|
public ValuesQueryResultAction(IValuesQuery query, IStorageEngine storageEngine, IInstanceBuilder instanceBuilder)
Method Detail |
---|
public void objectMatch(OID oid, OdbComparable orderByKey)
IMatchingObjectAction
objectMatch
in interface IMatchingObjectAction
public void objectMatch(OID oid, java.lang.Object object, OdbComparable orderByKey)
IMatchingObjectAction
objectMatch
in interface IMatchingObjectAction
public void start()
IMatchingObjectAction
start
in interface IMatchingObjectAction
public void end()
IMatchingObjectAction
end
in interface IMatchingObjectAction
public Values getValues()
public <T> Objects<T> getObjects()
IMatchingObjectAction
getObjects
in interface IMatchingObjectAction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |