- Type Parameters:
Q- The type of the query statement, usually aString.PS- The type of the partition selector pointing at the according partition of a (database) cluster.
- All Superinterfaces:
QueryFactory<Q>
The
PartitionQueryFactory is a https://www.metacodes.proization
of the QueryFactory in that it is capable of
generating queries targeting at a dedicated partition of a (database)
cluster, the partion's query does not contain obsolete query statements
enhancing the database's query processing performance.- Version:
- $Id: $Id
- Author:
- steiner
-
Method Summary
Modifier and TypeMethodDescriptionfromCriteria(Criteria aCriteria, PS aPartionSelector) Generates a query from the providedCriteria(tree) similar to theQueryFactory.fromCriteria(Criteria)method, though providing support for targeting a dedicated partition in a (database) cluster.Methods inherited from interface org.refcodes.criteria.QueryFactory
fromCriteria
-
Method Details
-
fromCriteria
Generates a query from the providedCriteria(tree) similar to theQueryFactory.fromCriteria(Criteria)method, though providing support for targeting a dedicated partition in a (database) cluster.
-