Uses of Package
org.datanucleus.store.rdbms.query
Packages that use org.datanucleus.store.rdbms.query
Package
Description
Provides field-managers to populate JDBC Statements, and to extract from JDBC ResultSets.
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
Provides the mechanism of communicating with the database using JDBC.
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
Series of classes used to generate SQL statements.
-
Classes in org.datanucleus.store.rdbms.query used by org.datanucleus.store.rdbms.fieldmanager
-
Classes in org.datanucleus.store.rdbms.query used by org.datanucleus.store.rdbms.queryClassDescriptionAbstract representation of a QueryResult for RDBMS queries.Abstract result object factory, taking the ExecutionContext being operated in, and the ResultSet that will be processed.Interface for a handler for "bulk fetch" of a multi-valued field from a query.RDBMS representation of a JDOQL query for use by DataNucleus.RDBMS representation of a JPQL query for use by DataNucleus.Interface for a generator of query statements.Class which maps a compiled (generic) query to an SQL query for RDBMS datastores.Datastore-specific (RDBMS) compilation information for a java query.Invokes a type-specific getter on given ResultSetAn object that reads result set rows and returns corresponding object(s) from them.A Query using SQL.Definition of statement mapping for a particular class.Representation of a mapping in a statement (such as JDBC), and its mapping to the associated column(s) or parameters that the mapping relates to.Definition of the mapping of a new object definition in the results of a statement.Definition of the mapping of result expressions in a datastore statement.Query using a stored procedure.
-
Classes in org.datanucleus.store.rdbms.query used by org.datanucleus.store.rdbms.requestClassDescriptionDefinition of statement mapping for a particular class.Representation of a mapping in a statement (such as JDBC), and its mapping to the associated column(s) or parameters that the mapping relates to.
-
Classes in org.datanucleus.store.rdbms.query used by org.datanucleus.store.rdbms.scostoreClassDescriptionAn object that reads result set rows and returns corresponding object(s) from them.Definition of statement mapping for a particular class.Representation of a mapping in a statement (such as JDBC), and its mapping to the associated column(s) or parameters that the mapping relates to.Definition of the mapping of parameters in a datastore statement.
-
Classes in org.datanucleus.store.rdbms.query used by org.datanucleus.store.rdbms.sqlClassDescriptionInterface for a generator of query statements.Definition of statement mapping for a particular class.Representation of a mapping in a statement (such as JDBC), and its mapping to the associated column(s) or parameters that the mapping relates to.