| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemaFactory | |
|---|---|
| org.apache.openjpa.jdbc.conf | OpenJPA-JDBC Configuration | 
| org.apache.openjpa.jdbc.schema | OpenJPA-JDBC Schema Management | 
| Uses of SchemaFactory in org.apache.openjpa.jdbc.conf | 
|---|
| Methods in org.apache.openjpa.jdbc.conf that return SchemaFactory | |
|---|---|
 SchemaFactory | 
JDBCConfigurationImpl.getSchemaFactoryInstance()
 | 
 SchemaFactory | 
JDBCConfiguration.getSchemaFactoryInstance()
The SchemaFactory to use for schema information. | 
| Methods in org.apache.openjpa.jdbc.conf with parameters of type SchemaFactory | |
|---|---|
 void | 
JDBCConfigurationImpl.setSchemaFactory(SchemaFactory schemaFactory)
 | 
 void | 
JDBCConfiguration.setSchemaFactory(SchemaFactory schemaFactory)
The SchemaFactory to use for schema information. | 
| Uses of SchemaFactory in org.apache.openjpa.jdbc.schema | 
|---|
| Classes in org.apache.openjpa.jdbc.schema that implement SchemaFactory | |
|---|---|
 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.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||