Package | Description |
---|---|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC configuration interfaces.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SchemaFactory |
JDBCConfigurationImpl.getSchemaFactoryInstance() |
SchemaFactory |
JDBCConfiguration.getSchemaFactoryInstance()
The
SchemaFactory to use for schema information. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCConfigurationImpl.setSchemaFactory(SchemaFactory schemaFactory) |
void |
JDBCConfiguration.setSchemaFactory(SchemaFactory schemaFactory)
The
SchemaFactory to use for schema information. |
Modifier and Type | Class and Description |
---|---|
class |
DynamicSchemaFactory
Factory whose schema group dynamically fills itself with information
as mappings validate themselves in their
map method. |
class |
FileSchemaFactory
Factory that uses an XML schema file to construct the system schema.
|
class |
LazySchemaFactory
Factory that uses database metadata to construct the system schema.
|
class |
TableSchemaFactory
Factory that uses an XML schema definition stored in a database table
to record the system schema.
|
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.