Uses of Interface
org.refcodes.criteria.QueryFactory
Packages that use QueryFactory
Package
Description
This artifact allows the construction of This artifact allows the
construction of
Criteria instances for
selecting, filtering or identifying (such as the selection of entries from a
database).-
Uses of QueryFactory in org.refcodes.criteria
Subinterfaces of QueryFactory in org.refcodes.criteriaModifier and TypeInterfaceDescriptioninterfacePartitionQueryFactory<Q,PS> ThePartitionQueryFactoryis a https://www.metacodes.proization 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 QueryFactoryModifier and TypeClassDescriptionclassTheExpressionCriteriaFactoryis capable of creating queryStringinstances fromCriteriainstances; the queryStringinstances which can be used as parts of SQL statements.