Class QueryInterpreterAdapterImpl
java.lang.Object
tools.refinery.store.query.interpreter.internal.QueryInterpreterAdapterImpl
- All Implemented Interfaces:
ModelAdapter
,ModelListener
,QueryInterpreterAdapter
,ModelQueryAdapter
public class QueryInterpreterAdapterImpl
extends Object
implements QueryInterpreterAdapter, ModelListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getModel()
<T> ResultSet
<T> getResultSet
(Query<T> query) boolean
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tools.refinery.store.model.ModelListener
afterCommit, beforeCommit, beforeRestore
Methods inherited from interface tools.refinery.store.query.ModelQueryAdapter
getResultSet
-
Method Details
-
getModel
- Specified by:
getModel
in interfaceModelAdapter
-
getStoreAdapter
- Specified by:
getStoreAdapter
in interfaceModelAdapter
- Specified by:
getStoreAdapter
in interfaceModelQueryAdapter
- Specified by:
getStoreAdapter
in interfaceQueryInterpreterAdapter
-
getCancellationToken
-
getResultSet
- Specified by:
getResultSet
in interfaceModelQueryAdapter
-
hasPendingChanges
public boolean hasPendingChanges()- Specified by:
hasPendingChanges
in interfaceModelQueryAdapter
-
markAsPending
public void markAsPending() -
flushChanges
public void flushChanges()- Specified by:
flushChanges
in interfaceModelQueryAdapter
-
afterRestore
public void afterRestore()- Specified by:
afterRestore
in interfaceModelListener
-