Uses of Interface
org.apache.openjpa.jdbc.conf.JDBCConfiguration
Packages that use JDBCConfiguration
Package
Description
OpenJPA-JDBC Configuration
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC ORM Metadata
OpenJPA-JDBC Schema Management
OpenJPA-JDBC SQL Abstraction
OpenJPA JPA-JDBC
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.conf
Classes in org.apache.openjpa.jdbc.conf that implement JDBCConfigurationModifier and TypeClassDescriptionclassDefault implementation of theJDBCConfigurationinterface.Constructors in org.apache.openjpa.jdbc.conf with parameters of type JDBCConfiguration -
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.identifier
Methods in org.apache.openjpa.jdbc.identifier that return JDBCConfiguration -
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.kernel
Fields in org.apache.openjpa.jdbc.kernel declared as JDBCConfigurationMethods in org.apache.openjpa.jdbc.kernel that return JDBCConfigurationModifier and TypeMethodDescriptionabstract JDBCConfigurationAbstractJDBCSeq.getConfiguration()Return theJDBCConfigurationfor this sequence.JDBCStore.getConfiguration()Return the configuration for this runtime.JDBCStoreManager.getConfiguration()NativeJDBCSeq.getConfiguration()TableJDBCSeq.getConfiguration()Methods in org.apache.openjpa.jdbc.kernel with parameters of type JDBCConfigurationModifier and TypeMethodDescriptionprotected ResultSetTableJDBCSeq.executeQuery(JDBCConfiguration conf, Connection conn, PreparedStatement stmnt, SQLBuffer buf) This method is to provide override for non-JDBC or JDBC-like implementation of executing query.protected intTableJDBCSeq.executeUpdate(JDBCConfiguration conf, Connection conn, PreparedStatement stmnt, SQLBuffer buf, int opcode) This method is to provide override for non-JDBC or JDBC-like implementation of executing update.static booleanClassTableJDBCSeq.run(JDBCConfiguration conf, String[] args, String action, MappingRepository repos, ClassLoader loader) Run the tool.static booleanClassTableJDBCSeq.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static booleanNativeJDBCSeq.run(JDBCConfiguration conf, String[] args, String action) Run the tool.static booleanNativeJDBCSeq.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static booleanTableJDBCSeq.run(JDBCConfiguration conf, String[] args, String action) Run the tool.static booleanTableJDBCSeq.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static booleanValueTableJDBCSeq.run(JDBCConfiguration conf, String[] args, String action, MappingRepository repos, ClassLoader loader) Run the tool.static booleanValueTableJDBCSeq.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.voidJDBCStoreManager.setContext(StoreContext ctx, JDBCConfiguration conf) protected booleanJDBCBrokerFactory.synchronizeMappings(ClassLoader loader, JDBCConfiguration conf) Synchronize the mappings of the classes listed in the configuration.Constructors in org.apache.openjpa.jdbc.kernel with parameters of type JDBCConfigurationModifierConstructorDescriptionConstruct the factory with the given option settings; however, the factory construction methods are recommended. -
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta that return JDBCConfigurationModifier and TypeMethodDescriptionReverseMappingTool.getConfiguration()Return the configuration provided on construction.Methods in org.apache.openjpa.jdbc.meta with parameters of type JDBCConfigurationModifier and TypeMethodDescriptionbooleanMappingTool.ImportExport.exportMappings(JDBCConfiguration conf, Class<?>[] act, boolean meta, Log log, Writer writer) Export mappings for the given classes based on the given arguments.booleanMappingTool.ImportExport.importMappings(JDBCConfiguration conf, Class<?>[] act, String[] args, boolean meta, Log log, ClassLoader loader) Import mappings for the given classes based on the given arguments.protected static ReverseMappingToolReverseMappingTool.newInstance(JDBCConfiguration conf) static booleanMappingTool.run(JDBCConfiguration conf, String[] args, MappingTool.Flags flags, ClassLoader loader) Run the tool.static booleanMappingTool.run(JDBCConfiguration conf, String[] args, Options opts, ClassLoader loader) Run the tool.static voidReverseMappingTool.run(JDBCConfiguration conf, String[] args, ReverseMappingTool.Flags flags, ClassLoader loader) Run the tool.static voidReverseMappingTool.run(JDBCConfiguration conf, String[] args, ReverseMappingTool.Flags flags, ClassLoader loader, Map<Class<?>, String> output) Run the tool and write to the optionally provided mapstatic booleanReverseMappingTool.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static booleanReverseMappingTool.run(JDBCConfiguration conf, String[] args, Options opts, Map<Class<?>, String> output) Run the tool and write to the optionally provided map.Constructors in org.apache.openjpa.jdbc.meta with parameters of type JDBCConfigurationModifierConstructorDescriptionMappingTool(JDBCConfiguration conf, String action, boolean meta) Constructor.MappingTool(JDBCConfiguration conf, String action, boolean meta, ClassLoader loader) Constructor.Constructor. -
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.schema
Fields in org.apache.openjpa.jdbc.schema declared as JDBCConfigurationModifier and TypeFieldDescriptionprotected final JDBCConfigurationSchemaTool._confprotected JDBCConfigurationDBCPDriverDataSource.confMethods in org.apache.openjpa.jdbc.schema that return JDBCConfigurationMethods in org.apache.openjpa.jdbc.schema with parameters of type JDBCConfigurationModifier and TypeMethodDescriptionstatic DecoratingDataSourceDataSourceFactory.decorateDataSource(DataSource ds, JDBCConfiguration conf, boolean factory2) Install listeners and base decorators.static StringSchemas.getNewTableSchema(JDBCConfiguration conf) Deprecated.static DBIdentifierSchemas.getNewTableSchemaIdentifier(JDBCConfiguration conf) static DecoratingDataSourceDataSourceFactory.installDBDictionary(DBDictionary dict, DecoratingDataSource ds, JDBCConfiguration conf, boolean factory2) Install things deferred until the DBDictionary instance is available.static DataSourceDataSourceFactory.newDataSource(JDBCConfiguration conf, boolean factory2) Create a datasource using the given configuration.static booleanSchemaTool.run(JDBCConfiguration conf, String[] args, SchemaTool.Flags flags, ClassLoader loader) Run the tool.static booleanSchemaTool.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static booleanTableSchemaFactory.run(JDBCConfiguration conf, String action) Run the tool.static booleanTableSchemaFactory.run(JDBCConfiguration conf, String[] args, Options opts) Run the tool.Constructors in org.apache.openjpa.jdbc.schema with parameters of type JDBCConfigurationModifierConstructorDescriptionConstructor.SchemaTool(JDBCConfiguration conf) Default constructor.SchemaTool(JDBCConfiguration conf, String action) Construct a tool to perform the given action.Constructor.Constructor. -
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.sql
Fields in org.apache.openjpa.jdbc.sql declared as JDBCConfigurationMethods in org.apache.openjpa.jdbc.sql that return JDBCConfigurationModifier and TypeMethodDescriptionLogicalUnion.getConfiguration()LogicalUnion.UnionSelect.getConfiguration()SelectExecutor.getConfiguration()Return the select configuration.SelectImpl.getConfiguration()SQLFactoryImpl.getConfiguration()System configuration.Methods in org.apache.openjpa.jdbc.sql with parameters of type JDBCConfigurationModifier and TypeMethodDescriptionstatic DBDictionaryDBDictionaryFactory.calculateDBDictionary(JDBCConfiguration conf, String url, String driver, String props) Attempt to create the dictionary from the given connection URL and driver name, either or both of which may be null.static DBDictionaryDBDictionaryFactory.newDBDictionary(JDBCConfiguration conf, String dclass, String props) Create the dictionary for the given class name and properties.static DBDictionaryDBDictionaryFactory.newDBDictionary(JDBCConfiguration conf, DataSource ds, String props) Create the dictionary using connection metadata to determine its type.voidDBDictionary.setTimeouts(PreparedStatement stmnt, JDBCConfiguration conf, boolean forUpdate) FIXME - OPENJPA-957 - lockTimeout is a server-side function and shouldn't be using client-side setQueryTimeout for lock timeouts.Constructors in org.apache.openjpa.jdbc.sql with parameters of type JDBCConfigurationModifierConstructorDescriptionLogicalUnion(JDBCConfiguration conf, int sels) Constructor.protectedLogicalUnion(JDBCConfiguration conf, int sels, Select[] seeds) Delegate constructor.LogicalUnion(JDBCConfiguration conf, Select[] seeds) Constructor used to seed the internal selects.SelectImpl(JDBCConfiguration conf) Constructor. -
Uses of JDBCConfiguration in org.apache.openjpa.persistence.jdbc
Constructors in org.apache.openjpa.persistence.jdbc with parameters of type JDBCConfigurationModifierConstructorDescriptionConstructor.Constructor; supply configuration.Constructor. -
Uses of JDBCConfiguration in org.apache.openjpa.slice.jdbc
Subinterfaces of JDBCConfiguration in org.apache.openjpa.slice.jdbcModifier and TypeInterfaceDescriptioninterfaceA distributed configuration that is a ordered collection of JDBCConfigurations.Classes in org.apache.openjpa.slice.jdbc that implement JDBCConfigurationModifier and TypeClassDescriptionclassA specialized configuration embodies a set of Slice configurations.