Uses of Interface
org.datanucleus.store.rdbms.query.QueryGenerator
-
Packages that use QueryGenerator Package Description org.datanucleus.store.rdbms.query Package providing the querying mechanism for DataNucleus for RDBMS datastores.org.datanucleus.store.rdbms.sql 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 QueryGenerator Modifier and Type Class Description class
QueryToSQLMapper
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 QueryGenerator Modifier and Type Field Description protected QueryGenerator
SQLStatement. queryGenerator
Context of any query generation.Methods in org.datanucleus.store.rdbms.sql that return QueryGenerator Modifier and Type Method Description QueryGenerator
SQLStatement. getQueryGenerator()
Methods in org.datanucleus.store.rdbms.sql with parameters of type QueryGenerator Modifier and Type Method Description void
SQLStatement. setQueryGenerator(QueryGenerator gen)
-