| 
 | ||||||||||
| 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 SchemaFactoryto 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 SchemaFactoryto use for schema information. | 
| Uses of SchemaFactory in org.apache.openjpa.jdbc.schema | 
|---|
| Classes in org.apache.openjpa.jdbc.schema that implement SchemaFactory | |
|---|---|
|  class | DynamicSchemaFactoryFactory whose schema group dynamically fills itself with information as mappings validate themselves in their mapmethod. | 
|  class | FileSchemaFactoryFactory that uses an XML schema file to construct the system schema. | 
|  class | LazySchemaFactoryFactory that uses database metadata to construct the system schema. | 
|  class | TableSchemaFactoryFactory that uses an XML schema definition stored in a database table to record the system schema. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||