Uses of Package
org.apache.openjpa.jdbc.sql
-
Packages that use org.apache.openjpa.jdbc.sql Package Description org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Treeorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategiesorg.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Managementorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.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 Class Description 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 Class Description 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 BasicRow
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.StoredProcedure Holds metadata about a Database Stored Procedure. -
Classes in org.apache.openjpa.jdbc.sql used by org.apache.openjpa.jdbc.kernel.exps Class Description 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 Class Description 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 Class Description 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 BasicRow
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 Class Description 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 Class Description AbstractDB2Dictionary Base dictionary for the IBM DB2 family of databases.AbstractResult AResult
implementation designed to be subclassed easily by implementations.AbstractSQLServerDictionary Dictionary for the SQL Server databases (Sybase and MS SQL Server).BooleanRepresentation Defines how aBoolean
orboolean
value gets stored in the database by default.DBDictionary Class which allows the creation of SQL dynamically, in a database agnostic fashion.DBDictionary.DateMillisecondBehaviors 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 BaseResult
implementation wrapped around a result set.Row Logical representation of a table row for insert/update/delete.RowImpl BasicRow
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 StandardSelect
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.StoredProcedure Holds metadata about a Database Stored Procedure.StoredProcedure.PARAM An enumeration on type of parameter for a Stored Procedure.StoredProcedure.SQL 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 Class Description JoinSyntaxes Constants for ways of describing joins in SQL.