Uses of Package
org.apache.openjpa.jdbc.schema
-
Packages that use org.apache.openjpa.jdbc.schema Package Description org.apache.openjpa.jdbc.ant OpenJPA-JDBC Ant Tasksorg.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.jdbc.identifier org.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.persistence.jdbc OpenJPA JPA-JDBC -
Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.ant Class Description SchemaTool.Flags Run flags. -
Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.conf Class Description 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 forSchemaGroup
s. -
Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.identifier Class Description 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 Class Description 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 Class Description Column Represents a database column.Table Represents a database table. -
Classes in org.apache.openjpa.jdbc.schema used by org.apache.openjpa.jdbc.meta Class Description 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 Class Description 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 Class Description 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 forSchemaGroup
s.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 Class Description 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 Class Description Column Represents a database column.Schema Represents a database schema.Table Represents a database table.