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 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.jdbc.identifier   
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Tree 
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata 
org.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategies 
org.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Management 
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
org.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC 
 

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
AutoDriverDataSource
          Automatic Commons DBCP pooling or Simple non-pooling driver data source.
Column
          Represents a database column.
ColumnIO
          Metadata about column I/O in a specific context.
Constraint
          A table constraint.
DataSourceFactory.DefaultsDataSource
          A data source with pre-configured default user name and password.
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.
ReferenceCounter
          Some schema components count references so that unused components can be detected.
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.
Unique
          Represents a unique constraint.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.