- deleteRow() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- distribute(Object, List<String>, Object) - Method in class org.apache.openjpa.slice.DistributionPolicy.Default
-
- distribute(Object, List<String>, Object) - Method in interface org.apache.openjpa.slice.DistributionPolicy
-
Gets the name of the target slice where the given newly persistent or
the detached, to-be-merged instance will be stored.
- DistributedBroker - Interface in org.apache.openjpa.slice
-
- DistributedBrokerFactory - Interface in org.apache.openjpa.slice
-
Extension to BrokerFactory to allow dynamically add/remove slices.
- DistributedBrokerImpl - Class in org.apache.openjpa.slice
-
A specialized Broker to associate slice identifiers with the StateManagers as
they are persisted in a cascade.
- DistributedBrokerImpl() - Constructor for class org.apache.openjpa.slice.DistributedBrokerImpl
-
- DistributedConfiguration - Interface in org.apache.openjpa.slice
-
A configuration for multiple data stores, each referred as slice.
- DistributedConnection - Class in org.apache.openjpa.slice.jdbc
-
A virtual connection that contains multiple physical connections.
- DistributedConnection(List<Connection>) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- DistributedDataSource - Class in org.apache.openjpa.slice.jdbc
-
A virtual datasource that contains many physical datasources.
- DistributedDataSource(List<DataSource>) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- DistributedJDBCBrokerFactory - Class in org.apache.openjpa.slice.jdbc
-
A factory for distributed JDBC datastores.
- DistributedJDBCBrokerFactory(DistributedJDBCConfiguration) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
-
- DistributedJDBCConfiguration - Interface in org.apache.openjpa.slice.jdbc
-
A distributed configuration that is a ordered collection of
JDBCConfigurations.
- DistributedJDBCConfigurationImpl - Class in org.apache.openjpa.slice.jdbc
-
A specialized configuration embodies a set of Slice configurations.
- DistributedJDBCConfigurationImpl() - Constructor for class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Create a configuration and declare the plug-ins.
- DistributedJDBCConfigurationImpl(ConfigurationProvider) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Configure itself as well as underlying slices.
- DistributedPreparedStatement - Class in org.apache.openjpa.slice.jdbc
-
A virtual PreparedStaement that delegates to a set of actual
PreparedStatements.
- DistributedPreparedStatement(DistributedConnection) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- DistributedQueryImpl - Class in org.apache.openjpa.slice
-
Extension with slice locking policy.
- DistributedQueryImpl(Broker, String, StoreQuery) - Constructor for class org.apache.openjpa.slice.DistributedQueryImpl
-
- DistributedResultSet - Class in org.apache.openjpa.slice.jdbc
-
A chain of ResultSet.
- DistributedResultSet() - Constructor for class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- DistributedStatement - Class in org.apache.openjpa.slice.jdbc
-
A virtual Statement that delegates to many actual Statements.
- DistributedStatement(DistributedConnection) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedStatement
-
- DistributedStoreManager - Interface in org.apache.openjpa.slice
-
A specialized
Store Manager that encapsulates multiple concrete Store Managers
using Distributed Template (or Composite) Design Pattern.
- DistributedTemplate<T extends Statement> - Class in org.apache.openjpa.slice.jdbc
-
A template for multiple Statements being executed by multiple connections.
- DistributedTemplate(DistributedConnection) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- DistributionPolicy - Interface in org.apache.openjpa.slice
-
Policy to select one of the physical databases referred as slice
in which a given persistent instance will be stored.
- DistributionPolicy.Default - Class in org.apache.openjpa.slice
-
Implements a default distribution policy to store the given
instance to a randomly selected available slice.
- DistributionPolicy.Default() - Constructor for class org.apache.openjpa.slice.DistributionPolicy.Default
-
- distributionPolicyPlugin - Variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- DOT - Static variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getActiveSliceNames() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the active slice identifiers.
- getActiveSliceNames() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Gets the name of the active slices.
- getArray(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getArray(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getAsciiStream(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getAsciiStream(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getAutoCommit() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getAvailableSliceNames() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the available slice identifiers irrespective of their status.
- getAvailableSliceNames() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Gets the name of the available slices.
- getBigDecimal(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBigDecimal(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBigDecimal(int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBigDecimal(String, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBinaryStream(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBinaryStream(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBlob(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBlob(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBoolean(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBoolean(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getByte(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getByte(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBytes(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getBytes(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getCatalog() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getCharacterStream(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getCharacterStream(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getClientInfo() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getClientInfo(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getClob(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getClob(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getConcurrency() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getConfiguration() - Method in class org.apache.openjpa.slice.DistributedBrokerImpl
-
- getConfiguration() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
-
- getConfiguration() - Method in class org.apache.openjpa.slice.Slice
-
- getConfigurationPrefix() - Method in class org.apache.openjpa.slice.ProductDerivation
-
- getConnection() - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- getConnection(String, String) - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- getConnection() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getConnectionFactory() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getCursorName() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDate(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDate(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDate(int, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDate(String, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDistributedStoreManager() - Method in interface org.apache.openjpa.slice.DistributedBroker
-
Gets the distributed store manager used by this receiver.
- getDistributedStoreManager() - Method in class org.apache.openjpa.slice.DistributedBrokerImpl
-
- getDistributionPolicy() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy, as a plugin string, that governs how new instances will
be distributed across the available slices.
- getDistributionPolicy() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getDistributionPolicyInstance() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy that governs how new instances will be distributed across
the available slices.
- getDistributionPolicyInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getDouble(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getDouble(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getFactoryInitializationBanner() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
-
- getFetchConfiguration() - Method in interface org.apache.openjpa.slice.DistributedBroker
-
Gets the covariant fetch configuration that is aware of targets.
- getFetchConfiguration() - Method in class org.apache.openjpa.slice.DistributedBrokerImpl
-
- getFetchDirection() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getFetchDirection() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getFetchSize() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getFetchSize() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getFinderTargetPolicy() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy, as a plugin string, that governs which slices will be targeted
for a given finder.
- getFinderTargetPolicy() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getFinderTargetPolicyInstance() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy that governs which slices will be targeted for a given finder.
- getFinderTargetPolicyInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getFloat(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getFloat(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getGeneratedKeys() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getHoldability() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getHoldability() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
-
Factory method for obtaining a possibly-pooled factory from properties.
- getInstance(DistributedJDBCConfiguration) - Static method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
-
Factory method for constructing a factory from a configuration.
- getInt(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getInt(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getLoginTimeout() - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- getLogWriter() - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- getLong(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getLong(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getMasterSlice() - Method in interface org.apache.openjpa.slice.jdbc.DistributedJDBCConfiguration
-
Gets the master slice.
- getMasterSlice() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Gets the master slice.
- getMaxFieldSize() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getMaxRows() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getMetaData() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getMetaData() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- getMetaData() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getMoreResults() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getMoreResults(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getName() - Method in class org.apache.openjpa.slice.jdbc.SliceStoreManager
-
- getName() - Method in class org.apache.openjpa.slice.Slice
-
Gets the immutable logical name.
- getNCharacterStream(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getNCharacterStream(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getNClob(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getNClob(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getNetworkTimeout() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getNString(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getNString(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getObject(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getObject(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getObject(String, Class<T>) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getObject(int, Class<T>) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getParameterMetaData() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- getParent() - Method in class org.apache.openjpa.slice.SliceThread
-
Gets the parent thread of this receiver.
- getParentLogger() - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- getPool() - Static method in class org.apache.openjpa.slice.SliceThread
-
Create a cached pool of slice threads.
- getQueryTargetPolicy() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy, as a plugin string, that governs which slices will be targeted
for a given query.
- getQueryTargetPolicy() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getQueryTargetPolicyInstance() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy that governs which slices will be targeted for a given query.
- getQueryTargetPolicyInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getQueryTimeout() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getRef(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getRef(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getReplicationPolicy() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy, as a plugin string, that governs how new replicated
instances will be replicated across the available slices.
- getReplicationPolicy() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getReplicationPolicyInstance() - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the policy that governs how new replicated instances will be
replicated across the available slices.
- getReplicationPolicyInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getResultObject() - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
-
- getResultSet() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getResultSetConcurrency() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getResultSetHoldability() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getResultSetType() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getRow() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getRowId(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getRowId(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getSchema() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getShort(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getShort(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getSlice(String) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the Slice for a given name.
- getSlice(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- getSlice(String, boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Get the Slice of the given slice.
- getSlice() - Method in class org.apache.openjpa.slice.jdbc.SliceStoreManager
-
Gets the slice for which this receiver is working.
- getSlice(Object) - Static method in class org.apache.openjpa.slice.SlicePersistence
-
Get the slice identifier for the given instance if it is a managed
instance and has been assigned to a slice.
- getSliceInfo(OpenJPAStateManager) - Static method in class org.apache.openjpa.slice.SliceImplHelper
-
Gets the assigned slice information, if any, from the given StateManager.
- getSlices(Slice.Status...) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Gets the slices of given status.
- getSlices(Slice.Status...) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
Gets the slices of given status.
- getSlices() - Method in class org.apache.openjpa.slice.SliceInfo
-
Gets the name of the slice(s) held by this receiver.
- getSlicesByPolicy(Object, DistributedConfiguration, Object) - Static method in class org.apache.openjpa.slice.SliceImplHelper
-
- getSlicesByPolicy(OpenJPAStateManager, DistributedConfiguration, Object) - Static method in class org.apache.openjpa.slice.SliceImplHelper
-
Gets the target slices for the given StateManager.
- getSQLXML(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getSQLXML(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getStatement() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getStatus() - Method in class org.apache.openjpa.slice.Slice
-
- getString(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getString(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getSupportedQueryHints() - Method in class org.apache.openjpa.slice.ProductDerivation
-
- getTargets(Class<?>, Object, List<String>, Object) - Method in interface org.apache.openjpa.slice.FinderTargetPolicy
-
Gets the name of the slices where a given finder will be executed.
- getTargets(String, Map<Object, Object>, String, List<String>, Object) - Method in interface org.apache.openjpa.slice.QueryTargetPolicy
-
Gets the name of the slices where a given query will be executed.
- getTime(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTime(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTime(int, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTime(String, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTimestamp(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTimestamp(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTimestamp(int, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTimestamp(String, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getTransactionIsolation() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getType() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getType() - Method in class org.apache.openjpa.slice.ProductDerivation
-
- getTypeMap() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getUnicodeStream(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getUnicodeStream(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getUpdateCount() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- getURL(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getURL(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- getWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- getWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- setArray(int, Array) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setAsciiStream(int, InputStream, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setAsciiStream(int, InputStream) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setAutoCommit(boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setBigDecimal(int, BigDecimal) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setBinaryStream(int, InputStream, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setBinaryStream(int, InputStream) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setBlob(int, Blob) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setBlob(int, InputStream) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setBoolean(int, boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setByte(int, byte) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setBytes(int, byte[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setCatalog(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setCharacterStream(int, Reader, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setCharacterStream(int, Reader) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setClientInfo(Properties) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setClientInfo(String, String) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setClob(int, Clob) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setClob(int, Reader) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setClob(int, Reader, long) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setCursorName(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- setDate(int, Date) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setDate(int, Date, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setDistributionPolicy(String) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Sets the policy, from the given plugin string, that governs how new
instances will be distributed across the available slices.
- setDistributionPolicy(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- setDistributionPolicyInstance(DistributionPolicy) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Sets the policy that governs how new instances will be distributed across
the available slices.
- setDistributionPolicyInstance(DistributionPolicy) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- setDouble(int, double) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setEscapeProcessing(boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- setFetchDirection(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- setFetchDirection(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- setFetchSize(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
-
- setFetchSize(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- setFinderTargetPolicy(String) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Sets the policy, from the given plugin string, that governs which slices will
be targeted for a given finder.
- setFinderTargetPolicy(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- setFinderTargetPolicyInstance(FinderTargetPolicy) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Sets the policy that governs which slices will be targeted for a given finder.
- setFinderTargetPolicyInstance(FinderTargetPolicy) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- setFloat(int, float) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setHint(String, Object) - Method in class org.apache.openjpa.slice.jdbc.TargetFetchConfiguration
-
Setting hints on this configuration is treated specially if the given key
is
a target hint.
- setHint(String, Object, Object) - Method in class org.apache.openjpa.slice.jdbc.TargetFetchConfiguration
-
- setHoldability(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setInt(int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setInto(OpenJPAStateManager) - Method in class org.apache.openjpa.slice.SliceInfo
-
Sets this receiver as the given StateManager's internal instance-level
data.
- setLenient(boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- setLoginTimeout(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- setLogWriter(PrintWriter) - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
-
- setLong(int, long) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setMaster(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- setMaxFieldSize(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- setMaxRows(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- setNCharacterStream(int, Reader) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setNCharacterStream(int, Reader, long) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setNClob(int, NClob) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setNClob(int, Reader) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setNClob(int, Reader, long) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setNetworkTimeout(Executor, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setNString(int, String) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setNull(int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setNull(int, int, String) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setObject(int, Object) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setObject(int, Object, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setObject(int, Object, int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setPoolable(boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- setQueryTargetPolicy(String) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Sets the policy, from the given plugin string, that governs which slices will
be targeted for a given query.
- setQueryTargetPolicy(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- setQueryTargetPolicyInstance(QueryTargetPolicy) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Sets the policy that governs which slices will be targeted for a given query.
- setQueryTargetPolicyInstance(QueryTargetPolicy) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- setQueryTimeout(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- setReadOnly(boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setRef(int, Ref) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setReplicationPolicy(String) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Sets the policy, from the given plugin string, that governs how new
replicated instances will be replicated across the available slices.
- setReplicationPolicy(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- setReplicationPolicyInstance(ReplicationPolicy) - Method in interface org.apache.openjpa.slice.DistributedConfiguration
-
Sets the policy that governs how new replicated instances will be
replicated across the available slices.
- setReplicationPolicyInstance(ReplicationPolicy) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
-
- setRowId(int, RowId) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setSavepoint() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setSavepoint(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setSchema(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setShort(int, short) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setSQLXML(int, SQLXML) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setStateManager(Object, StateManagerImpl, int) - Method in class org.apache.openjpa.slice.DistributedBrokerImpl
-
- setStatus(Slice.Status) - Method in class org.apache.openjpa.slice.Slice
-
- setString(int, String) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setTargets(String[]) - Method in class org.apache.openjpa.slice.jdbc.TargetFetchConfiguration
-
- setTime(int, Time) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setTime(int, Time, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setTimestamp(int, Timestamp) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setTransactionIsolation(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setTypeMap(Map<String, Class<?>>) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
-
- setUnicodeStream(int, InputStream, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- setURL(int, URL) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
-
- size() - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
-
- Slice - Class in org.apache.openjpa.slice
-
Represents a database slice of immutable logical name, a configuration and
status.
- Slice(String, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.slice.Slice
-
Supply the logical name and configuration.
- Slice.Status - Enum in org.apache.openjpa.slice
-
- SliceImplHelper - Class in org.apache.openjpa.slice
-
Utility methods to determine the target slices for a persistence capable
instance by calling back to user-specified distribution policy.
- SliceImplHelper() - Constructor for class org.apache.openjpa.slice.SliceImplHelper
-
- SliceInfo - Class in org.apache.openjpa.slice
-
Holder of slice names where a persistent instance is stored.
- SliceInfo(boolean, String[]) - Constructor for class org.apache.openjpa.slice.SliceInfo
-
Generic constructor given one or more slice names.
- SliceInfo(boolean, List<String>) - Constructor for class org.apache.openjpa.slice.SliceInfo
-
Generic constructor given one or more slice names.
- SliceInfo(String) - Constructor for class org.apache.openjpa.slice.SliceInfo
-
Constructor for non-replicated instance that is stored in a single slice.
- SliceInfo(String[]) - Constructor for class org.apache.openjpa.slice.SliceInfo
-
Constructor for replicated instance that is stored in one or more slices.
- SliceInfo(List<String>) - Constructor for class org.apache.openjpa.slice.SliceInfo
-
- SlicePersistence - Class in org.apache.openjpa.slice
-
A helper to determine the slice identifier of an instance.
- SlicePersistence() - Constructor for class org.apache.openjpa.slice.SlicePersistence
-
- SliceStoreManager - Class in org.apache.openjpa.slice.jdbc
-
A specialized JDBCStoreManager for a slice.
- SliceStoreManager(Slice) - Constructor for class org.apache.openjpa.slice.jdbc.SliceStoreManager
-
Construct with immutable logical name of the slice.
- SliceThread - Class in org.apache.openjpa.slice
-
A thread to execute operation against each database slice.
- SliceThread(String, Thread, Runnable) - Constructor for class org.apache.openjpa.slice.SliceThread
-
- SliceThread(Thread, Runnable) - Constructor for class org.apache.openjpa.slice.SliceThread
-
- stmts - Variable in class org.apache.openjpa.slice.jdbc.DistributedTemplate
-
- supportsRandomAccess() - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
-
- synchronizeMappings(ClassLoader) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
-