es.udc.mypersonalizer.kernel.model.query.executor |
|
Java Source File Name | Type | Comment |
MetaPropertyResolver.java | Class | Helper class with the purpose of resolving metaproperty names to
MetaProperty objects. |
QueryExecutor.java | Class | Utility class which represents the facade for the query execution engine. |
QueryExecutorDelegate.java | Interface | Interface for query executors.
Query executors are classes which execute the query (or part of it) on
a given persistence type. |
QueryExecutorDelegateFactory.java | Class | Factory for query executors. |