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

Packages that use org.apache.openjpa.jdbc.schema
org.apache.openjpa.jdbc.ant OpenJPA-JDBC Ant Tasks Ant tasks for JDBC OpenJPA tools. 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration This package provides JDBC configuration interfaces. 
org.apache.openjpa.jdbc.identifier   
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.persistence.jdbc OpenJPA JPA-JDBC JDBC-specific extensions to OpenJPA JPA runtime. 
 

Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.ant
SchemaTool.Flags
          Run flags.
 

Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.conf
DriverDataSource
          A DataSource that allows additional configuration options to be set into it, so that it can wrap a JDBC driver or other DataSource.
SchemaFactory
          Factory for SchemaGroups.
 

Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.identifier
Column
          Represents a database column.
NameSet
          Name sets track what names have been taken, ignoring case.
Schema
          Represents a database schema.
Table
          Represents a database table.
 

Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.kernel
Column
          Represents a database column.
SchemaGroup
          Represents a grouping of schemas used in a database.
Table
          Represents a database table.
 

Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.kernel.exps
Column
          Represents a database column.
Table
          Represents a database table.
 

Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.meta
Column
          Represents a database column.
ColumnIO
          Metadata about column I/O in a specific context.
ForeignKey
          Represents a database foreign key; may be a logical key with no database representation.
Index
          Represents a database index.
Schema
          Represents a database schema.
SchemaGroup
          Represents a grouping of schemas used in a database.
SchemaTool
          The SchemaTool is used to manage the database schema.
Table
          Represents a database table.
Unique
          Represents a unique constraint.
 

Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.meta.strats
Column
          Represents a database column.
ColumnIO
          Metadata about column I/O in a specific context.
ForeignKey
          Represents a database foreign key; may be a logical key with no database representation.
Table
          Represents a database table.
 

Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.schema
Column
          Represents a database column.
ColumnIO
          Metadata about column I/O in a specific context.
Constraint
          A table constraint.
DBCPDriverDataSource
          Commons DBCP basic pooling driver data source.
DriverDataSource
          A DataSource that allows additional configuration options to be set into it, so that it can wrap a JDBC driver or other DataSource.
ForeignKey
          Represents a database foreign key; may be a logical key with no database representation.
Index
          Represents a database index.
LocalConstraint
          Constraint over local table columns, as opposed to a foreign key which spans tables.
NameSet
          Name sets track what names have been taken, ignoring case.
PrimaryKey
          Represents a table primary key.
Schema
          Represents a database schema.
SchemaFactory
          Factory for SchemaGroups.
SchemaGenerator.Event
          An event corresponding to the generation of a schema object.
SchemaGenerator.Listener
          A listener for a potentially lengthy schema generation process.
SchemaGroup
          Represents a grouping of schemas used in a database.
SchemaParser
          Interface class for parers that read schema information.
SchemaSerializer
          Interface for schema serializers.
SchemaTool.Flags
          Run flags.
Sequence
          Represents a database sequence.
SimpleDriverDataSource
          Non-pooling driver data source.
Table
          Represents a database table.
Unique
          Represents a unique constraint.
 

Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.sql
Column
          Represents a database column.
ColumnIO
          Metadata about column I/O in a specific context.
ForeignKey
          Represents a database foreign key; may be a logical key with no database representation.
ForeignKey.FKMapKey
           
Index
          Represents a database index.
NameSet
          Name sets track what names have been taken, ignoring case.
PrimaryKey
          Represents a table primary key.
Schema
          Represents a database schema.
SchemaGroup
          Represents a grouping of schemas used in a database.
Sequence
          Represents a database sequence.
Table
          Represents a database table.
Unique
          Represents a unique constraint.
 

Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.persistence.jdbc
Column
          Represents a database column.
Schema
          Represents a database schema.
Table
          Represents a database table.
 



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