Uses of Package
org.apache.openjpa.jdbc.sql

Packages that use org.apache.openjpa.jdbc.sql
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration This package provides JDBC configuration interfaces. 
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel Runtime services for the JDBC OpenJPA implementation. 
org.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Tree 
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata This package extends the standard persistence metadata with object-relational mapping information. 
org.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategies Library of mapping strategies. 
org.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Management This package provides utilities for managing the schema of persistent objects stored in a relational database. 
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction Utilities for generating SQL. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

Classes in org.apache.openjpa.jdbc.sql used by org.apache.openjpa.jdbc.conf
DBDictionary
          Class which allows the creation of SQL dynamically, in a database agnostic fashion.
SQLFactory
          Factory for SQL constructs.
 

Classes in org.apache.openjpa.jdbc.sql used by org.apache.openjpa.jdbc.kernel
DBDictionary
          Class which allows the creation of SQL dynamically, in a database agnostic fashion.
JoinSyntaxes
          Constants for ways of describing joins in SQL.
Result
          A result from the execution of a query or stored procedure.
RowImpl
          Basic Row implementation.
RowManager
          Manages rows during an insert/update/delete process.
Select
          Abstraction of a SQL SELECT statement.
SelectExecutor
          Interface for configuring and executing a SQL select.
SQLBuffer
          Buffer for SQL statements that can be used to create java.sql.PreparedStatements.
SQLFactory
          Factory for SQL constructs.
 

Classes in org.apache.openjpa.jdbc.sql used by org.apache.openjpa.jdbc.kernel.exps
Joins
          Tracks joins made when traversing relations in a select.
Result
          A result from the execution of a query or stored procedure.
Select
          Abstraction of a SQL SELECT statement.
SQLBuffer
          Buffer for SQL statements that can be used to create java.sql.PreparedStatements.
 

Classes in org.apache.openjpa.jdbc.sql used by org.apache.openjpa.jdbc.meta
DBDictionary
          Class which allows the creation of SQL dynamically, in a database agnostic fashion.
Joins
          Tracks joins made when traversing relations in a select.
Result
          A result from the execution of a query or stored procedure.
Row
          Logical representation of a table row for insert/update/delete.
RowManager
          Manages rows during an insert/update/delete process.
Select
          Abstraction of a SQL SELECT statement.
SelectExecutor
          Interface for configuring and executing a SQL select.
SQLBuffer
          Buffer for SQL statements that can be used to create java.sql.PreparedStatements.
 

Classes in org.apache.openjpa.jdbc.sql used by org.apache.openjpa.jdbc.meta.strats
DBDictionary
          Class which allows the creation of SQL dynamically, in a database agnostic fashion.
Joins
          Tracks joins made when traversing relations in a select.
Result
          A result from the execution of a query or stored procedure.
Row
          Logical representation of a table row for insert/update/delete.
RowImpl
          Basic Row implementation.
RowManager
          Manages rows during an insert/update/delete process.
Select
          Abstraction of a SQL SELECT statement.
SelectExecutor
          Interface for configuring and executing a SQL select.
SQLBuffer
          Buffer for SQL statements that can be used to create java.sql.PreparedStatements.
 

Classes in org.apache.openjpa.jdbc.sql used by org.apache.openjpa.jdbc.schema
DBDictionary
          Class which allows the creation of SQL dynamically, in a database agnostic fashion.
 

Classes in org.apache.openjpa.jdbc.sql used by org.apache.openjpa.jdbc.sql
AbstractDB2Dictionary
          Base dictionary for the IBM DB2 family of databases.
AbstractResult
          A Result implementation designed to be subclassed easily by implementations.
AbstractSQLServerDictionary
          Dictionary for the SQL Server databases (Sybase and MS SQL Server).
DBDictionary
          Class which allows the creation of SQL dynamically, in a database agnostic fashion.
Join
          Represents a SQL join.
Joins
          Tracks joins made when traversing relations in a select.
JoinSyntaxes
          Constants for ways of describing joins in SQL.
LogicalUnion.UnionSelect
          A select that is part of a logical union.
MergedResult.ResultComparator
          Comparator for ordering result rows.
PostgresDictionary
          Dictionary for PostgreSQL.
PrimaryRow
          Primary table row that tracks foreign keys and auto-inc columns.
Result
          A result from the execution of a query or stored procedure.
ResultSetResult
          Base Result implementation wrapped around a result set.
Row
          Logical representation of a table row for insert/update/delete.
RowImpl
          Basic Row implementation.
RowManager
          Manages rows during an insert/update/delete process.
SecondaryRow
          Secondary table row that tracks foreign keys to auto-inc columns.
Select
          Abstraction of a SQL SELECT statement.
SelectExecutor
          Interface for configuring and executing a SQL select.
SelectImpl
          Standard Select implementation.
SelectImpl.Selects
          Helper class to track selected columns, with fast contains method.
SQLBuffer
          Buffer for SQL statements that can be used to create java.sql.PreparedStatements.
SQLFactory
          Factory for SQL constructs.
Union
          SQL UNION.
Union.Selector
          A callback used to create the selects in a SQL union.
 

Classes in org.apache.openjpa.jdbc.sql used by org.apache.openjpa.slice.jdbc
JoinSyntaxes
          Constants for ways of describing joins in SQL.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.