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 classJDBCConfigurationImplDefault implementation of theJDBCConfigurationinterface.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 JDBCConfigurationDBIdentifierUtilImpl. 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 JDBCConfigurationAbstractUpdateManager. confMethods in org.apache.openjpa.jdbc.kernel that return JDBCConfiguration Modifier and Type Method Description abstract JDBCConfigurationAbstractJDBCSeq. getConfiguration()Return theJDBCConfigurationfor this sequence.JDBCConfigurationJDBCStore. getConfiguration()Return the configuration for this runtime.JDBCConfigurationJDBCStoreManager. getConfiguration()JDBCConfigurationNativeJDBCSeq. getConfiguration()JDBCConfigurationTableJDBCSeq. getConfiguration()Methods in org.apache.openjpa.jdbc.kernel with parameters of type JDBCConfiguration Modifier and Type Method Description protected java.sql.ResultSetTableJDBCSeq. 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 intTableJDBCSeq. 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 booleanClassTableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, java.lang.String action, MappingRepository repos, java.lang.ClassLoader loader)Run the tool.static booleanClassTableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)Run the tool.static booleanNativeJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, java.lang.String action)Run the tool.static booleanNativeJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)Run the tool.static booleanTableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, java.lang.String action)Run the tool.static booleanTableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)Run the tool.static booleanValueTableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, java.lang.String action, MappingRepository repos, java.lang.ClassLoader loader)Run the tool.static booleanValueTableJDBCSeq. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)Run the tool.voidJDBCStoreManager. setContext(StoreContext ctx, JDBCConfiguration conf)protected booleanJDBCBrokerFactory. 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 JDBCConfigurationReverseMappingTool. getConfiguration()Return the configuration provided on construction.Methods in org.apache.openjpa.jdbc.meta with parameters of type JDBCConfiguration Modifier and Type Method Description booleanMappingTool.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.booleanMappingTool.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 ReverseMappingToolReverseMappingTool. newInstance(JDBCConfiguration conf)static booleanMappingTool. run(JDBCConfiguration conf, java.lang.String[] args, MappingTool.Flags flags, java.lang.ClassLoader loader)Run the tool.static booleanMappingTool. run(JDBCConfiguration conf, java.lang.String[] args, Options opts, java.lang.ClassLoader loader)Run the tool.static voidReverseMappingTool. run(JDBCConfiguration conf, java.lang.String[] args, ReverseMappingTool.Flags flags, java.lang.ClassLoader loader)Run the tool.static voidReverseMappingTool. 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 booleanReverseMappingTool. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)Run the tool.static booleanReverseMappingTool. 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 JDBCConfigurationSchemaTool. _confprotected JDBCConfigurationDBCPDriverDataSource. confMethods in org.apache.openjpa.jdbc.schema that return JDBCConfiguration Modifier and Type Method Description JDBCConfigurationTableSchemaFactory. getConfiguration()Methods in org.apache.openjpa.jdbc.schema with parameters of type JDBCConfiguration Modifier and Type Method Description static DecoratingDataSourceDataSourceFactory. decorateDataSource(javax.sql.DataSource ds, JDBCConfiguration conf, boolean factory2)Install listeners and base decorators.static java.lang.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 javax.sql.DataSourceDataSourceFactory. newDataSource(JDBCConfiguration conf, boolean factory2)Create a datasource using the given configuration.static booleanSchemaTool. run(JDBCConfiguration conf, java.lang.String[] args, SchemaTool.Flags flags, java.lang.ClassLoader loader)Run the tool.static booleanSchemaTool. run(JDBCConfiguration conf, java.lang.String[] args, Options opts)Run the tool.static booleanTableSchemaFactory. run(JDBCConfiguration conf, java.lang.String action)Run the tool.static booleanTableSchemaFactory. 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 JDBCConfigurationDBDictionary. confMethods in org.apache.openjpa.jdbc.sql that return JDBCConfiguration Modifier and Type Method Description JDBCConfigurationLogicalUnion. getConfiguration()JDBCConfigurationLogicalUnion.UnionSelect. getConfiguration()JDBCConfigurationSelectExecutor. getConfiguration()Return the select configuration.JDBCConfigurationSelectImpl. getConfiguration()JDBCConfigurationSQLFactoryImpl. getConfiguration()System configuration.Methods in org.apache.openjpa.jdbc.sql with parameters of type JDBCConfiguration Modifier and Type Method Description static DBDictionaryDBDictionaryFactory. 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 DBDictionaryDBDictionaryFactory. newDBDictionary(JDBCConfiguration conf, java.lang.String dclass, java.lang.String props)Create the dictionary for the given class name and properties.static DBDictionaryDBDictionaryFactory. newDBDictionary(JDBCConfiguration conf, javax.sql.DataSource ds, java.lang.String props)Create the dictionary using connection metadata to determine its type.voidDBDictionary. 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 interfaceDistributedJDBCConfigurationA distributed configuration that is a ordered collection of JDBCConfigurations.Classes in org.apache.openjpa.slice.jdbc that implement JDBCConfiguration Modifier and Type Class Description classDistributedJDBCConfigurationImplA specialized configuration embodies a set of Slice configurations.
-