Uses of Package
org.datanucleus.store.rdbms.query
-
Packages that use org.datanucleus.store.rdbms.query Package Description org.datanucleus.store.rdbms.fieldmanager Provides field-managers to populate JDBC Statements, and to extract from JDBC ResultSets.org.datanucleus.store.rdbms.query Package providing the querying mechanism for DataNucleus for RDBMS datastores.org.datanucleus.store.rdbms.request Provides the mechanism of communicating with the database using JDBC.org.datanucleus.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.org.datanucleus.store.rdbms.sql Series of classes used to generate SQL statements. -
Classes in org.datanucleus.store.rdbms.query used by org.datanucleus.store.rdbms.fieldmanager Class Description StatementClassMapping Definition of statement mapping for a particular class. -
Classes in org.datanucleus.store.rdbms.query used by org.datanucleus.store.rdbms.query Class Description AbstractRDBMSQueryResult Abstract representation of a QueryResult for RDBMS queries.AbstractROF Abstract result object factory, taking the ExecutionContext being operated in, and the ResultSet that will be processed.BulkFetchHandler Interface for a handler for "bulk fetch" of a multi-valued field from a query.JDOQLQuery RDBMS representation of a JDOQL query for use by DataNucleus.JPQLQuery RDBMS representation of a JPQL query for use by DataNucleus.QueryGenerator Interface for a generator of query statements.QueryToSQLMapper Class which maps a compiled (generic) query to an SQL query for RDBMS datastores.RDBMSQueryCompilation Datastore-specific (RDBMS) compilation information for a java query.RDBMSQueryCompilation.StatementCompilation ResultObjectFactory An object that reads result set rows and returns corresponding object(s) from them.SQLQuery A Query using SQL.StatementClassMapping Definition of statement mapping for a particular class.StatementMappingIndex 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.StatementNewObjectMapping Definition of the mapping of a new object definition in the results of a statement.StatementResultMapping Definition of the mapping of result expressions in a datastore statement.StoredProcedureQuery Query using a stored procedure. -
Classes in org.datanucleus.store.rdbms.query used by org.datanucleus.store.rdbms.request Class Description StatementClassMapping Definition of statement mapping for a particular class. -
Classes in org.datanucleus.store.rdbms.query used by org.datanucleus.store.rdbms.scostore Class Description StatementClassMapping Definition of statement mapping for a particular class.StatementMappingIndex 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.sql Class Description QueryGenerator Interface for a generator of query statements.StatementClassMapping Definition of statement mapping for a particular class.