Uses of Interface
org.refcodes.criteria.QueryFactory
-
Packages that use QueryFactory Package Description org.refcodes.criteria The refcodes-criteria framework allows the construction of criteria for selecting or filtering or identifying issues (such issues could be the selection of entries from a database). -
-
Uses of QueryFactory in org.refcodes.criteria
Subinterfaces of QueryFactory in org.refcodes.criteria Modifier and Type Interface Description interfacePartitionQueryFactory<Q,PS>ThePartitionQueryFactoryis a specialization of theQueryFactoryin 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.Classes in org.refcodes.criteria that implement QueryFactory Modifier and Type Class Description classExpressionQueryFactoryImplTheExpressionCriteriaFactoryImplis capable of creating queryStringinstances fromCriteriainstances; the queryStringinstances which can be used as parts of SQL statements.
-