Uses of Interface
org.apache.openjpa.jdbc.conf.JDBCConfiguration
-
Packages that use JDBCConfiguration Package Description org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.jdbc.identifier org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Managementorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBCorg.apache.openjpa.slice.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 JDBCConfiguration Modifier and Type Class Description class
JDBCConfigurationImpl
Default implementation of theJDBCConfiguration
interface.Constructors in org.apache.openjpa.jdbc.conf with parameters of type JDBCConfiguration Constructor Description JDBCConfigurationImpl(JDBCConfiguration conf)
Copy constructor -
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.identifier
Methods in org.apache.openjpa.jdbc.identifier that return JDBCConfiguration Modifier and Type Method Description JDBCConfiguration
DBIdentifierUtilImpl. getConfiguration()
System configuration. -
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.kernel
Fields in org.apache.openjpa.jdbc.kernel declared as JDBCConfiguration Modifier and Type Field Description protected JDBCConfiguration
AbstractUpdateManager. conf
Methods in org.apache.openjpa.jdbc.kernel that return JDBCConfiguration Modifier and Type Method Description abstract JDBCConfiguration
AbstractJDBCSeq. getConfiguration()
Return theJDBCConfiguration
for this sequence.JDBCConfiguration
JDBCStore. getConfiguration()
Return the configuration for this runtime.JDBCConfiguration
JDBCStoreManager. getConfiguration()
JDBCConfiguration
NativeJDBCSeq. getConfiguration()
JDBCConfiguration
TableJDBCSeq. getConfiguration()
Methods in org.apache.openjpa.jdbc.kernel with parameters of type JDBCConfiguration Modifier and Type Method Description protected java.sql.ResultSet
TableJDBCSeq. executeQuery(JDBCConfiguration conf, java.sql.Connection conn, java.sql.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, java.sql.Connection conn, java.sql.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, java.lang.String[] args, java.lang.String action, MappingRepository repos, java.lang.ClassLoader loader)
Run the tool.static boolean
ClassTableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.static boolean
NativeJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, java.lang.String action)
Run the tool.static boolean
NativeJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.static boolean
TableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, java.lang.String action)
Run the tool.static boolean
TableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.static boolean
ValueTableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, java.lang.String action, MappingRepository repos, java.lang.ClassLoader loader)
Run the tool.static boolean
ValueTableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.void
JDBCStoreManager. setContext(StoreContext ctx, JDBCConfiguration conf)
protected boolean
JDBCBrokerFactory. synchronizeMappings(java.lang.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 JDBCConfiguration Constructor Description JDBCBrokerFactory(JDBCConfiguration conf)
Construct 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 JDBCConfiguration Modifier and Type Method Description JDBCConfiguration
ReverseMappingTool. getConfiguration()
Return the configuration provided on construction.Methods in org.apache.openjpa.jdbc.meta with parameters of type JDBCConfiguration Modifier and Type Method Description boolean
MappingTool.ImportExport. exportMappings(JDBCConfiguration conf, java.lang.Class<?>[] act, boolean meta, Log log, java.io.Writer writer)
Export mappings for the given classes based on the given arguments.boolean
MappingTool.ImportExport. importMappings(JDBCConfiguration conf, java.lang.Class<?>[] act, java.lang.String[] args, boolean meta, Log log, java.lang.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, java.lang.String[] args, MappingTool.Flags flags, java.lang.ClassLoader loader)
Run the tool.static boolean
MappingTool. run(JDBCConfiguration conf, java.lang.String[] args, Options opts, java.lang.ClassLoader loader)
Run the tool.static void
ReverseMappingTool. run(JDBCConfiguration conf, java.lang.String[] args, ReverseMappingTool.Flags flags, java.lang.ClassLoader loader)
Run the tool.static void
ReverseMappingTool. run(JDBCConfiguration conf, java.lang.String[] args, ReverseMappingTool.Flags flags, java.lang.ClassLoader loader, java.util.Map<java.lang.Class<?>,java.lang.String> output)
Run the tool and write to the optionally provided mapstatic boolean
ReverseMappingTool. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.static boolean
ReverseMappingTool. run(JDBCConfiguration conf, java.lang.String[] args, Options opts, java.util.Map<java.lang.Class<?>,java.lang.String> output)
Run the tool and write to the optionally provided map.Constructors in org.apache.openjpa.jdbc.meta with parameters of type JDBCConfiguration Constructor Description MappingTool(JDBCConfiguration conf, java.lang.String action, boolean meta)
Constructor.MappingTool(JDBCConfiguration conf, java.lang.String action, boolean meta, java.lang.ClassLoader loader)
Constructor.ReverseMappingTool(JDBCConfiguration conf)
Constructor. -
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.schema
Fields in org.apache.openjpa.jdbc.schema declared as JDBCConfiguration Modifier and Type Field Description protected JDBCConfiguration
SchemaTool. _conf
protected JDBCConfiguration
DBCPDriverDataSource. conf
Methods in org.apache.openjpa.jdbc.schema that return JDBCConfiguration Modifier and Type Method Description JDBCConfiguration
TableSchemaFactory. getConfiguration()
Methods in org.apache.openjpa.jdbc.schema with parameters of type JDBCConfiguration Modifier and Type Method Description static DecoratingDataSource
DataSourceFactory. decorateDataSource(javax.sql.DataSource ds, JDBCConfiguration conf, boolean factory2)
Install listeners and base decorators.static java.lang.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 javax.sql.DataSource
DataSourceFactory. newDataSource(JDBCConfiguration conf, boolean factory2)
Create a datasource using the given configuration.static boolean
SchemaTool. run(JDBCConfiguration conf, java.lang.String[] args, SchemaTool.Flags flags, java.lang.ClassLoader loader)
Run the tool.static boolean
SchemaTool. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.static boolean
TableSchemaFactory. run(JDBCConfiguration conf, java.lang.String action)
Run the tool.static boolean
TableSchemaFactory. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.Constructors in org.apache.openjpa.jdbc.schema with parameters of type JDBCConfiguration Constructor Description SchemaGenerator(JDBCConfiguration conf)
Constructor.SchemaTool(JDBCConfiguration conf)
Default constructor.SchemaTool(JDBCConfiguration conf, java.lang.String action)
Construct a tool to perform the given action.XMLSchemaParser(JDBCConfiguration conf)
Constructor.XMLSchemaSerializer(JDBCConfiguration conf)
Constructor. -
Uses of JDBCConfiguration in org.apache.openjpa.jdbc.sql
Fields in org.apache.openjpa.jdbc.sql declared as JDBCConfiguration Modifier and Type Field Description protected JDBCConfiguration
DBDictionary. conf
Methods in org.apache.openjpa.jdbc.sql that return JDBCConfiguration Modifier and Type Method Description JDBCConfiguration
LogicalUnion. getConfiguration()
JDBCConfiguration
LogicalUnion.UnionSelect. getConfiguration()
JDBCConfiguration
SelectExecutor. getConfiguration()
Return the select configuration.JDBCConfiguration
SelectImpl. getConfiguration()
JDBCConfiguration
SQLFactoryImpl. getConfiguration()
System configuration.Methods in org.apache.openjpa.jdbc.sql with parameters of type JDBCConfiguration Modifier and Type Method Description static DBDictionary
DBDictionaryFactory. calculateDBDictionary(JDBCConfiguration conf, java.lang.String url, java.lang.String driver, java.lang.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, java.lang.String dclass, java.lang.String props)
Create the dictionary for the given class name and properties.static DBDictionary
DBDictionaryFactory. newDBDictionary(JDBCConfiguration conf, javax.sql.DataSource ds, java.lang.String props)
Create the dictionary using connection metadata to determine its type.void
DBDictionary. setTimeouts(java.sql.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 JDBCConfiguration Constructor Description LogicalUnion(JDBCConfiguration conf, int sels)
Constructor.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
Constructors in org.apache.openjpa.persistence.jdbc with parameters of type JDBCConfiguration Constructor Description AnnotationPersistenceMappingParser(JDBCConfiguration conf)
AnnotationPersistenceMappingSerializer(JDBCConfiguration conf)
Constructor.XMLPersistenceMappingParser(JDBCConfiguration conf)
Constructor; supply configuration.XMLPersistenceMappingSerializer(JDBCConfiguration conf)
Constructor. -
Uses of JDBCConfiguration in org.apache.openjpa.slice.jdbc
Subinterfaces of JDBCConfiguration in org.apache.openjpa.slice.jdbc Modifier and Type Interface Description interface
DistributedJDBCConfiguration
A distributed configuration that is a ordered collection of JDBCConfigurations.Classes in org.apache.openjpa.slice.jdbc that implement JDBCConfiguration Modifier and Type Class Description class
DistributedJDBCConfigurationImpl
A specialized configuration embodies a set of Slice configurations.
-