Uses of Interface
org.apache.openjpa.jdbc.conf.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
Modifier and TypeClassDescriptionclass
Default implementation of theJDBCConfiguration
interface. -
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.identifier
-
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.kernel
Modifier and TypeMethodDescriptionabstract JDBCConfiguration
AbstractJDBCSeq.getConfiguration()
Return theJDBCConfiguration
for this sequence.JDBCStore.getConfiguration()
Return the configuration for this runtime.JDBCStoreManager.getConfiguration()
NativeJDBCSeq.getConfiguration()
TableJDBCSeq.getConfiguration()
Modifier and TypeMethodDescriptionprotected ResultSet
TableJDBCSeq.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 int
TableJDBCSeq.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 boolean
ClassTableJDBCSeq.run
(JDBCConfiguration conf, String[] args, String action, MappingRepository repos, ClassLoader loader) Run the tool.static boolean
ClassTableJDBCSeq.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static boolean
NativeJDBCSeq.run
(JDBCConfiguration conf, String[] args, String action) Run the tool.static boolean
NativeJDBCSeq.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static boolean
TableJDBCSeq.run
(JDBCConfiguration conf, String[] args, String action) Run the tool.static boolean
TableJDBCSeq.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static boolean
ValueTableJDBCSeq.run
(JDBCConfiguration conf, String[] args, String action, MappingRepository repos, ClassLoader loader) Run the tool.static boolean
ValueTableJDBCSeq.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.void
JDBCStoreManager.setContext
(StoreContext ctx, JDBCConfiguration conf) protected boolean
JDBCBrokerFactory.synchronizeMappings
(ClassLoader loader, JDBCConfiguration conf) Synchronize the mappings of the classes listed in the configuration.ModifierConstructorDescriptionConstruct the factory with the given option settings; however, the factory construction methods are recommended. -
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.meta
Modifier and TypeMethodDescriptionReverseMappingTool.getConfiguration()
Return the configuration provided on construction.Modifier and TypeMethodDescriptionboolean
MappingTool.ImportExport.exportMappings
(JDBCConfiguration conf, Class<?>[] act, boolean meta, Log log, Writer writer) Export mappings for the given classes based on the given arguments.boolean
MappingTool.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 ReverseMappingTool
ReverseMappingTool.newInstance
(JDBCConfiguration conf) static boolean
MappingTool.run
(JDBCConfiguration conf, String[] args, MappingTool.Flags flags, ClassLoader loader) Run the tool.static boolean
MappingTool.run
(JDBCConfiguration conf, String[] args, Options opts, ClassLoader loader) Run the tool.static void
ReverseMappingTool.run
(JDBCConfiguration conf, String[] args, ReverseMappingTool.Flags flags, ClassLoader loader) Run the tool.static void
ReverseMappingTool.run
(JDBCConfiguration conf, String[] args, ReverseMappingTool.Flags flags, ClassLoader loader, Map<Class<?>, String> output) Run the tool and write to the optionally provided mapstatic boolean
ReverseMappingTool.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static boolean
ReverseMappingTool.run
(JDBCConfiguration conf, String[] args, Options opts, Map<Class<?>, String> output) Run the tool and write to the optionally provided map.ModifierConstructorDescriptionMappingTool
(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
Modifier and TypeFieldDescriptionprotected final JDBCConfiguration
SchemaTool._conf
protected JDBCConfiguration
DBCPDriverDataSource.conf
Modifier and TypeMethodDescriptionstatic DecoratingDataSource
DataSourceFactory.decorateDataSource
(DataSource ds, JDBCConfiguration conf, boolean factory2) Install listeners and base decorators.static String
Schemas.getNewTableSchema
(JDBCConfiguration conf) Deprecated.static DBIdentifier
Schemas.getNewTableSchemaIdentifier
(JDBCConfiguration conf) static DecoratingDataSource
DataSourceFactory.installDBDictionary
(DBDictionary dict, DecoratingDataSource ds, JDBCConfiguration conf, boolean factory2) Install things deferred until the DBDictionary instance is available.static DataSource
DataSourceFactory.newDataSource
(JDBCConfiguration conf, boolean factory2) Create a datasource using the given configuration.static boolean
SchemaTool.run
(JDBCConfiguration conf, String[] args, SchemaTool.Flags flags, ClassLoader loader) Run the tool.static boolean
SchemaTool.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.static boolean
TableSchemaFactory.run
(JDBCConfiguration conf, String action) Run the tool.static boolean
TableSchemaFactory.run
(JDBCConfiguration conf, String[] args, Options opts) Run the tool.ModifierConstructorDescriptionConstructor.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
Modifier and TypeMethodDescriptionLogicalUnion.getConfiguration()
LogicalUnion.UnionSelect.getConfiguration()
SelectExecutor.getConfiguration()
Return the select configuration.SelectImpl.getConfiguration()
SQLFactoryImpl.getConfiguration()
System configuration.Modifier and TypeMethodDescriptionstatic DBDictionary
DBDictionaryFactory.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 DBDictionary
DBDictionaryFactory.newDBDictionary
(JDBCConfiguration conf, String dclass, String props) Create the dictionary for the given class name and properties.static DBDictionary
DBDictionaryFactory.newDBDictionary
(JDBCConfiguration conf, DataSource ds, String props) Create the dictionary using connection metadata to determine its type.void
DBDictionary.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.ModifierConstructorDescriptionLogicalUnion
(JDBCConfiguration conf, int sels) Constructor.protected
LogicalUnion
(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
ModifierConstructorDescriptionConstructor.Constructor; supply configuration.Constructor. -
Uses of JDBCConfiguration in org.apache.openjpa.slice.jdbc
Modifier and TypeInterfaceDescriptioninterface
A distributed configuration that is a ordered collection of JDBCConfigurations.Modifier and TypeClassDescriptionclass
A specialized configuration embodies a set of Slice configurations.