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 SchemaFactoryJDBCConfiguration. getSchemaFactoryInstance()TheSchemaFactoryto use for schema information.SchemaFactoryJDBCConfigurationImpl. getSchemaFactoryInstance()Methods in org.apache.openjpa.jdbc.conf with parameters of type SchemaFactory Modifier and Type Method Description voidJDBCConfiguration. 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 SchemaFactory Modifier and Type Class Description classDynamicSchemaFactoryFactory whose schema group dynamically fills itself with information as mappings validate themselves in theirmapmethod.classFileSchemaFactoryFactory that uses an XML schema file to construct the system schema.classLazySchemaFactoryFactory that uses database metadata to construct the system schema.classTableSchemaFactoryFactory that uses an XML schema definition stored in a database table to record the system schema.
-