Uses of Class
org.apache.openjpa.jdbc.schema.Schema
- 
Packages that use Schema Package Description org.apache.openjpa.jdbc.identifier org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Managementorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC - 
- 
Uses of Schema in org.apache.openjpa.jdbc.identifier
Methods in org.apache.openjpa.jdbc.identifier with parameters of type Schema Modifier and Type Method Description DBIdentifierDBIdentifierUtil. getValidSequenceIdentifier(DBIdentifier name, Schema schema, int maxLen)Returns a valid index identifier, based upon the configuration and provided parameters.DBIdentifierDBIdentifierUtilImpl. getValidSequenceIdentifier(DBIdentifier name, Schema schema, int maxLen)DBIdentifierDBIdentifierUtil. getValidTableIdentifier(DBIdentifier name, Schema schema, int maxLen)Returns a valid table identifier, based upon the configuration and provided parameters.DBIdentifierDBIdentifierUtilImpl. 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 Schema Modifier and Type Method Description StringMappingInfo.TableDefaults. get(Schema schema)Deprecated.DBIdentifierMappingInfo.TableDefaults. getIdentifier(Schema schema)DBIdentifierMappingDefaults. getTableIdentifier(ClassMapping cls, Schema defaultSchema)Return the default table name for the given class.DBIdentifierMappingDefaults. getTableIdentifier(FieldMapping fm, Schema defaultSchema)Return the default secondary table name for the given field.DBIdentifierMappingDefaultsImpl. getTableIdentifier(ClassMapping cls, Schema schema)DBIdentifierMappingDefaultsImpl. getTableIdentifier(FieldMapping fm, Schema schema)DBIdentifierNoneMappingDefaults. getTableIdentifier(ClassMapping cls, Schema defaultSchema)DBIdentifierNoneMappingDefaults. getTableIdentifier(FieldMapping fm, Schema defaultSchema)StringMappingDefaults. getTableName(ClassMapping cls, Schema defaultSchema)Deprecated.StringMappingDefaults. getTableName(FieldMapping fm, Schema defaultSchema)Deprecated.StringMappingDefaultsImpl. getTableName(ClassMapping cls, Schema schema)StringMappingDefaultsImpl. getTableName(FieldMapping fm, Schema schema)StringNoneMappingDefaults. getTableName(ClassMapping cls, Schema schema)StringNoneMappingDefaults. getTableName(FieldMapping fm, Schema schema) - 
Uses of Schema in org.apache.openjpa.jdbc.schema
Methods in org.apache.openjpa.jdbc.schema that return Schema Modifier and Type Method Description SchemaSchemaGroup. addSchema()Add a schema to the group.SchemaSchemaGroup. addSchema(String name)Deprecated.SchemaSchemaGroup. addSchema(DBIdentifier name)Add a schema to the group.SchemaSchemaGroup. getSchema(String name)Deprecated.SchemaSchemaGroup. getSchema(DBIdentifier name)SchemaSequence. getSchema()Return the schema for the sequence.SchemaTable. getSchema()Return the schema for the table.Schema[]SchemaGroup. getSchemas()Return all schemas.SchemaSchemaGroup. importSchema(Schema schema)Import a schema from another group.protected SchemaSchemaGroup. newSchema(String name)Deprecated.protected SchemaSchemaGroup. newSchema(DBIdentifier name)Methods in org.apache.openjpa.jdbc.schema with parameters of type Schema Modifier and Type Method Description voidSchemaSerializer. addAll(Schema schema)Add the given schema's objects to the set of objects that will be serialized.voidXMLSchemaSerializer. addAll(Schema schema)intSchema. compareTo(Schema other)SequenceSchemaGroup. findSequence(Schema inSchema, String name)Deprecated.SequenceSchemaGroup. findSequence(Schema inSchema, QualifiedDBIdentifier path)TableSchemaGroup. findTable(Schema inSchema, String name)Deprecated.TableSchemaGroup. findTable(Schema inSchema, DBIdentifier name)TableSchemaGroup. findTable(Schema inSchema, DBIdentifier name, DBIdentifier defaultSchemaName)TableSchemaGroup. findTable(Schema inSchema, QualifiedDBIdentifier path, DBIdentifier defaultSchemaName)SchemaSchemaGroup. importSchema(Schema schema)Import a schema from another group.protected SequenceSchemaGroup. newSequence(String name, Schema schema)Deprecated.protected SequenceSchemaGroup. newSequence(DBIdentifier name, Schema schema)protected TableDynamicSchemaFactory. newTable(DBIdentifier name, Schema schema)protected TableSchemaGroup. newTable(String name, Schema schema)Deprecated.protected TableSchemaGroup. newTable(DBIdentifier name, Schema schema)booleanSchemaSerializer. removeAll(Schema schema)Remove the given schema's objects from the set to be serialized.booleanXMLSchemaSerializer. removeAll(Schema schema)booleanSchemaGroup. removeSchema(Schema schema)Remove the given schema from the group.Constructors in org.apache.openjpa.jdbc.schema with parameters of type Schema Constructor Description Sequence(String name, Schema schema)Deprecated.Sequence(DBIdentifier name, Schema schema)Table(String name, Schema schema)Deprecated.Table(DBIdentifier name, Schema schema) - 
Uses of Schema in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql with parameters of type Schema Modifier and Type Method Description voidDB2Dictionary. createIndexIfNecessary(Schema schema, String table, Column pkColumn)Create an index if necessary for some database tablesvoidDB2Dictionary. createIndexIfNecessary(Schema schema, DBIdentifier table, Column pkColumn)voidDBDictionary. createIndexIfNecessary(Schema schema, String table, Column pkColumn)Deprecated.voidDBDictionary. createIndexIfNecessary(Schema schema, DBIdentifier table, Column pkColumn)StringDBDictionary. getValidSequenceName(String name, Schema schema)Deprecated.DBIdentifierDBDictionary. getValidSequenceName(DBIdentifier name, Schema schema)Make any necessary changes to the given sequence name to make it valid for the current DB.StringDBDictionary. getValidTableName(String name, Schema schema)Deprecated.DBIdentifierDBDictionary. 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 Schema Modifier and Type Method Description DBIdentifierPersistenceMappingDefaults. getTableIdentifier(FieldMapping fm, Schema schema)StringPersistenceMappingDefaults. getTableName(ClassMapping cls, Schema schema)StringPersistenceMappingDefaults. getTableName(FieldMapping fm, Schema schema) 
 -