Uses of Interface
org.apache.openjpa.jdbc.schema.SchemaFactory
Package
Description
OpenJPA-JDBC Configuration
OpenJPA-JDBC Schema Management
-
Uses of SchemaFactory in org.apache.openjpa.jdbc.conf
Modifier and TypeMethodDescriptionJDBCConfiguration.getSchemaFactoryInstance()
TheSchemaFactory
to use for schema information.JDBCConfigurationImpl.getSchemaFactoryInstance()
Modifier and TypeMethodDescriptionvoid
JDBCConfiguration.setSchemaFactory
(SchemaFactory schemaFactory) TheSchemaFactory
to use for schema information.void
JDBCConfigurationImpl.setSchemaFactory
(SchemaFactory schemaFactory) -
Uses of SchemaFactory in org.apache.openjpa.jdbc.schema
Modifier and TypeClassDescriptionclass
Factory whose schema group dynamically fills itself with information as mappings validate themselves in theirmap
method.class
Factory that uses an XML schema file to construct the system schema.class
Factory that uses database metadata to construct the system schema.class
Factory that uses an XML schema definition stored in a database table to record the system schema.