Uses of Interface
org.apache.openjpa.jdbc.schema.SchemaFactory
Packages that use SchemaFactory
Package
Description
OpenJPA-JDBC Configuration
OpenJPA-JDBC Schema Management
-
Uses of SchemaFactory in org.apache.openjpa.jdbc.conf
Methods in org.apache.openjpa.jdbc.conf that return SchemaFactoryModifier and TypeMethodDescriptionJDBCConfiguration.getSchemaFactoryInstance()TheSchemaFactoryto use for schema information.JDBCConfigurationImpl.getSchemaFactoryInstance()Methods in org.apache.openjpa.jdbc.conf with parameters of type SchemaFactoryModifier and TypeMethodDescriptionvoidJDBCConfiguration.setSchemaFactory(SchemaFactory schemaFactory) TheSchemaFactoryto use for schema information.voidJDBCConfigurationImpl.setSchemaFactory(SchemaFactory schemaFactory) -
Uses of SchemaFactory in org.apache.openjpa.jdbc.schema
Classes in org.apache.openjpa.jdbc.schema that implement SchemaFactoryModifier and TypeClassDescriptionclassFactory whose schema group dynamically fills itself with information as mappings validate themselves in theirmapmethod.classFactory that uses an XML schema file to construct the system schema.classFactory that uses database metadata to construct the system schema.classFactory that uses an XML schema definition stored in a database table to record the system schema.