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 classQueryToSQLMapperClass 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 QueryGeneratorSQLStatement. queryGeneratorContext of any query generation.Methods in org.datanucleus.store.rdbms.sql that return QueryGenerator Modifier and Type Method Description QueryGeneratorSQLStatement. getQueryGenerator()Methods in org.datanucleus.store.rdbms.sql with parameters of type QueryGenerator Modifier and Type Method Description voidSQLStatement. setQueryGenerator(QueryGenerator gen)
-