Uses of Interface
org.apache.openjpa.jdbc.schema.SchemaFactory
-
Packages that use SchemaFactory Package Description org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.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 Modifier and Type Method Description SchemaFactory
JDBCConfiguration. getSchemaFactoryInstance()
TheSchemaFactory
to use for schema information.SchemaFactory
JDBCConfigurationImpl. getSchemaFactoryInstance()
Methods in org.apache.openjpa.jdbc.conf with parameters of type SchemaFactory Modifier and Type Method Description void
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 SchemaFactory Modifier and Type Class Description class
DynamicSchemaFactory
Factory whose schema group dynamically fills itself with information as mappings validate themselves in theirmap
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.
-