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()
TheSchemaFactory
to use for schema information.JDBCConfigurationImpl.getSchemaFactoryInstance()
Methods in org.apache.openjpa.jdbc.conf with parameters of type SchemaFactoryModifier 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
Classes in org.apache.openjpa.jdbc.schema that implement SchemaFactoryModifier 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.