Uses of Class
org.apache.openjpa.jdbc.schema.Schema
Packages that use Schema
Package
Description
OpenJPA-JDBC ORM Metadata
OpenJPA-JDBC Schema Management
OpenJPA-JDBC SQL Abstraction
OpenJPA JPA-JDBC
-
Uses of Schema in org.apache.openjpa.jdbc.identifier
Methods in org.apache.openjpa.jdbc.identifier with parameters of type SchemaModifier and TypeMethodDescriptionDBIdentifierUtil.getValidSequenceIdentifier
(DBIdentifier name, Schema schema, int maxLen) Returns a valid index identifier, based upon the configuration and provided parameters.DBIdentifierUtilImpl.getValidSequenceIdentifier
(DBIdentifier name, Schema schema, int maxLen) DBIdentifierUtil.getValidTableIdentifier
(DBIdentifier name, Schema schema, int maxLen) Returns a valid table identifier, based upon the configuration and provided parameters.DBIdentifierUtilImpl.getValidTableIdentifier
(DBIdentifier name, Schema schema, int maxLen) -
Uses of Schema in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta with parameters of type SchemaModifier and TypeMethodDescriptionDeprecated.MappingInfo.TableDefaults.getIdentifier
(Schema schema) MappingDefaults.getTableIdentifier
(ClassMapping cls, Schema defaultSchema) Return the default table name for the given class.MappingDefaults.getTableIdentifier
(FieldMapping fm, Schema defaultSchema) Return the default secondary table name for the given field.MappingDefaultsImpl.getTableIdentifier
(ClassMapping cls, Schema schema) MappingDefaultsImpl.getTableIdentifier
(FieldMapping fm, Schema schema) NoneMappingDefaults.getTableIdentifier
(ClassMapping cls, Schema defaultSchema) NoneMappingDefaults.getTableIdentifier
(FieldMapping fm, Schema defaultSchema) MappingDefaults.getTableName
(ClassMapping cls, Schema defaultSchema) Deprecated.MappingDefaults.getTableName
(FieldMapping fm, Schema defaultSchema) Deprecated.MappingDefaultsImpl.getTableName
(ClassMapping cls, Schema schema) MappingDefaultsImpl.getTableName
(FieldMapping fm, Schema schema) NoneMappingDefaults.getTableName
(ClassMapping cls, Schema schema) NoneMappingDefaults.getTableName
(FieldMapping fm, Schema schema) -
Uses of Schema in org.apache.openjpa.jdbc.schema
Methods in org.apache.openjpa.jdbc.schema that return SchemaModifier and TypeMethodDescriptionSchemaGroup.addSchema()
Add a schema to the group.Deprecated.SchemaGroup.addSchema
(DBIdentifier name) Add a schema to the group.Deprecated.SchemaGroup.getSchema
(DBIdentifier name) Sequence.getSchema()
Return the schema for the sequence.Table.getSchema()
Return the schema for the table.Schema[]
SchemaGroup.getSchemas()
Return all schemas.SchemaGroup.importSchema
(Schema schema) Import a schema from another group.protected Schema
Deprecated.protected Schema
SchemaGroup.newSchema
(DBIdentifier name) Methods in org.apache.openjpa.jdbc.schema with parameters of type SchemaModifier and TypeMethodDescriptionvoid
Add the given schema's objects to the set of objects that will be serialized.void
int
SchemaGroup.findSequence
(Schema inSchema, String name) Deprecated.SchemaGroup.findSequence
(Schema inSchema, QualifiedDBIdentifier path) Deprecated.SchemaGroup.findTable
(Schema inSchema, DBIdentifier name) SchemaGroup.findTable
(Schema inSchema, DBIdentifier name, DBIdentifier defaultSchemaName) SchemaGroup.findTable
(Schema inSchema, QualifiedDBIdentifier path, DBIdentifier defaultSchemaName) SchemaGroup.importSchema
(Schema schema) Import a schema from another group.protected Sequence
SchemaGroup.newSequence
(String name, Schema schema) Deprecated.protected Sequence
SchemaGroup.newSequence
(DBIdentifier name, Schema schema) protected Table
DynamicSchemaFactory.newTable
(DBIdentifier name, Schema schema) protected Table
Deprecated.protected Table
SchemaGroup.newTable
(DBIdentifier name, Schema schema) boolean
Remove the given schema's objects from the set to be serialized.boolean
boolean
SchemaGroup.removeSchema
(Schema schema) Remove the given schema from the group.Constructors in org.apache.openjpa.jdbc.schema with parameters of type Schema -
Uses of Schema in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql with parameters of type SchemaModifier and TypeMethodDescriptionvoid
DB2Dictionary.createIndexIfNecessary
(Schema schema, String table, Column pkColumn) Create an index if necessary for some database tablesvoid
DB2Dictionary.createIndexIfNecessary
(Schema schema, DBIdentifier table, Column pkColumn) void
DBDictionary.createIndexIfNecessary
(Schema schema, String table, Column pkColumn) Deprecated.void
DBDictionary.createIndexIfNecessary
(Schema schema, DBIdentifier table, Column pkColumn) DBDictionary.getValidSequenceName
(String name, Schema schema) Deprecated.DBDictionary.getValidSequenceName
(DBIdentifier name, Schema schema) Make any necessary changes to the given sequence name to make it valid for the current DB.DBDictionary.getValidTableName
(String name, Schema schema) Deprecated.DBDictionary.getValidTableName
(DBIdentifier name, Schema schema) Make any necessary changes to the given table name to make it valid for the current DB. -
Uses of Schema in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc with parameters of type SchemaModifier and TypeMethodDescriptionPersistenceMappingDefaults.getTableIdentifier
(FieldMapping fm, Schema schema) PersistenceMappingDefaults.getTableName
(ClassMapping cls, Schema schema) PersistenceMappingDefaults.getTableName
(FieldMapping fm, Schema schema)