es.udc.mypersonalizer.kernel.model.query.executor.sql |
|
Java Source File Name | Type | Comment |
SelectIdsMetaPropertyVisitor.java | Class | This visitor incrementally builds an SQL query to retrieve the property
identifiers of the result root properties. |
SelectIdsMetaPropertyVisitorTest.java | Class | Casos de prueba para SelectIdsMetaPropertyVisitor. |
SQLQueryExecutorDelegate.java | Class | Query executor for services using the SQL persistence type.
This class defines de document order as the order defined by the
property identifier (if the property is univalued) or the order defined
by the parent's property identifier (for sorting properties) and the
generated identifier (for sorting values). |
SQLQueryExecutorDelegateTest.java | Class | |
SQLQueryExecutorHelper.java | Class | Utility class with helper methods needed by the SQL persistence type
query executor. |