Uses of Interface
org.datanucleus.store.rdbms.query.QueryGenerator
Packages that use QueryGenerator
Package
Description
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
Series of classes used to generate SQL statements.
-
Uses of QueryGenerator in org.datanucleus.store.rdbms.query
Classes in org.datanucleus.store.rdbms.query that implement QueryGeneratorModifier and TypeClassDescriptionclass
Class which maps a compiled (generic) query to an SQL query for RDBMS datastores. -
Uses of QueryGenerator in org.datanucleus.store.rdbms.sql
Fields in org.datanucleus.store.rdbms.sql declared as QueryGeneratorModifier and TypeFieldDescriptionprotected QueryGenerator
SQLStatement.queryGenerator
Context of any query generation.Methods in org.datanucleus.store.rdbms.sql that return QueryGeneratorMethods in org.datanucleus.store.rdbms.sql with parameters of type QueryGenerator