A B C D E F G H I L M N O P Q R S T U V W

A

absolute(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
absolute(int) - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
add(ResultSet) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
Adds the ResultSet only if it has rows.
add(StoreQuery) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery
 
add(T) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
addBatch() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
 
addBatch(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
addExecutor(StoreQuery.Executor) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.ParallelExecutor
 
afterLast() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
assignField(OpenJPAStateManager, int, boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
assignObjectId(OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 

B

beforeFirst() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
beforeStateChange(OpenJPAStateManager, PCState, PCState) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
beginOptimistic() - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 

C

call() - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.DeleteExecutor
 
call() - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.QueryExecutor
 
call() - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.UpdateExecutor
 
cancel() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
cancelAll() - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
cancelRowUpdates() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
clearBatch() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
clearParameters() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
 
clearWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
clearWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
clearWarnings() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
close() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
close() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
close() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
close() - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
commit() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
compareTo(Slice) - Method in class org.apache.openjpa.slice.Slice
 
compareVersion(OpenJPAStateManager, Object, Object) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
comps - Variable in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
con - Variable in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
connectInternal() - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
contains(Connection) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
count(Object, Object) - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
createSliceProperties(Map, String) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
Creates given slice specific configuration properties from given original key-value map.
createStatement() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
createStatement(int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
createStatement(int, int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
current - Variable in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
cursor - Variable in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 

D

deleteRow() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
distribute(Object, List<String>, Object) - Method in interface org.apache.openjpa.slice.DistributionPolicy
Gets the name of the slice where a given instance will be stored.
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
Implements a distributed configuration of JDBCStoreManagers.
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
 
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 - Class in org.apache.openjpa.slice.jdbc
A Store manager for multiple physical databases referred as slice.
DistributedStoreManager(DistributedJDBCConfiguration) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedStoreManager
Constructs a set of child StoreManagers each connected to a physical DataSource.
DistributedStoreQuery - Class in org.apache.openjpa.slice.jdbc
A query for distributed databases.
DistributedStoreQuery(JDBCStore, ExpressionParser) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedStoreQuery
 
DistributedStoreQuery.DeleteExecutor - Class in org.apache.openjpa.slice.jdbc
 
DistributedStoreQuery.DeleteExecutor() - Constructor for class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.DeleteExecutor
 
DistributedStoreQuery.ParallelExecutor - Class in org.apache.openjpa.slice.jdbc
Executes queries on multiple databases.
DistributedStoreQuery.ParallelExecutor(DistributedStoreQuery, ClassMetaData, boolean, ExpressionParser, Object) - Constructor for class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.ParallelExecutor
 
DistributedStoreQuery.QueryExecutor - Class in org.apache.openjpa.slice.jdbc
 
DistributedStoreQuery.QueryExecutor() - Constructor for class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.QueryExecutor
 
DistributedStoreQuery.UpdateExecutor - Class in org.apache.openjpa.slice.jdbc
 
DistributedStoreQuery.UpdateExecutor() - Constructor for class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.UpdateExecutor
 
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.
distributionPolicyPlugin - Variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
DOT - Static variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 

E

endOperation() - Method in class org.apache.openjpa.slice.DistributedBrokerImpl
 
equals(Object) - Method in class org.apache.openjpa.slice.Slice
Equals by name.
execute() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
 
execute(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
execute(String, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
execute(String, int[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
execute(String, String[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
executeBatch() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
executeDelete(StoreQuery, Object[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.ParallelExecutor
 
executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
executeQuery() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
 
executeQuery(StoreQuery, Object[], StoreQuery.Range) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.ParallelExecutor
Each child query must be executed with slice context and not the given query context.
executeQuery() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
executeQuery(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
executeUpdate() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
 
executeUpdate(StoreQuery, Object[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.ParallelExecutor
 
executeUpdate(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
executeUpdate(String, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
executeUpdate(String, int[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
executeUpdate(String, String[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
executor - Variable in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.DeleteExecutor
 
executor - Variable in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.QueryExecutor
 
executor - Variable in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.UpdateExecutor
 
executorServicePlugin - Variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
ExecutorServiceValue - Class in org.apache.openjpa.slice
Value type used to represent a ExecutorService.
ExecutorServiceValue() - Constructor for class org.apache.openjpa.slice.ExecutorServiceValue
 
exists(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 

F

findColumn(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
findSliceName(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
Decides the index of the StoreManager by first looking at the implementation data.
first() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
flush(Collection) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
Flush the given StateManagers after binning them to respective physical slices.

G

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
 
getClientConnection() - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
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.jdbc.DistributedJDBCBrokerFactory
 
getConfiguration() - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
getConfiguration() - Method in class org.apache.openjpa.slice.Slice
 
getConfigurationPrefix() - Method in class org.apache.openjpa.slice.ProductDerivation
 
getConnection(DataSource) - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
 
getConnection(DataSource, String, String) - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
 
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
 
getConnectionInfo(OpenJPAConfiguration) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
getCursorName() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
getDataStoreIdSequence(ClassMetaData) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
getDataStoreIdType(ClassMetaData) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
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
 
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
 
getExecutorService() - Method in interface org.apache.openjpa.slice.jdbc.DistributedJDBCConfiguration
Gets the alias for ExecutorService being used.
getExecutorService() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
getExecutorServiceInstance() - Method in interface org.apache.openjpa.slice.jdbc.DistributedJDBCConfiguration
Gets the ExecutorService being used.
getExecutorServiceInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
getExecutorServiceInstance() - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery
 
getFactoryInitializationBanner() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
 
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
 
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
 
getInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
Factory method for obtaining a possibly-pooled factory from properties.
getInstance(JDBCConfiguration) - 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
 
getManagedType(Object) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
getMaster() - Method in interface org.apache.openjpa.slice.jdbc.DistributedJDBCConfiguration
Gets the master slice.
getMaster() - 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.
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
 
getParameterMetaData() - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
 
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
 
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
 
getShort(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
getShort(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
getSlice(Object) - Method in class org.apache.openjpa.slice.DistributedBrokerImpl
Gets the slice by the user-defined distribution policy.
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
Get the configuration for 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.
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.
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
 
getTargets(FetchConfiguration) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
Gets the list of slices mentioned as hint of the given fetch configuration.
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
 
getValueSequence(FieldMetaData) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
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
 

H

handleCheckedException(Exception) - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
hashCode() - Method in class org.apache.openjpa.slice.Slice
 
HINT_TARGET - Static variable in class org.apache.openjpa.slice.ProductDerivation
Hint key openjpa.hint.slice.Target to specify a subset of slices for query.

I

initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
insertRow() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
instantiate(Class, Configuration, boolean) - Method in class org.apache.openjpa.slice.ExecutorServiceValue
Configures a cached or fixed thread pool.
isActive() - Method in class org.apache.openjpa.slice.Slice
 
isAfterLast() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
isBeforeFirst() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
isClosed() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
isFirst() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
isLast() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
isReadOnly() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
isXACompliant(DataSource) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
iterator() - Method in class org.apache.openjpa.slice.jdbc.DistributedDataSource
 
iterator() - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 

L

last() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
lenientPlugin - Variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
load(OpenJPAStateManager, BitSet, FetchConfiguration, int, Object) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
loadAll(Collection, PCState, int, FetchConfiguration, Object) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
log(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 

M

master - Variable in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
masterPlugin - Variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
max(Object, Object) - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
min(Object, Object) - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
moveToCurrentRow() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
moveToInsertRow() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 

N

namesPlugin - Variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
nativeSQL(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
newDataStoreExecutor(ClassMetaData, boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery
 
newDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
newFetchConfiguration() - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 
newInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
Factory method for constructing a factory from properties.
newQuery(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
Construct a distributed query to be executed against all the slices.
newStoreManager() - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory
 
next() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
next() - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 

O

open() - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
org.apache.openjpa.slice - package org.apache.openjpa.slice
Extended OpenJPA Interfaces for distributed databases.
org.apache.openjpa.slice.jdbc - package org.apache.openjpa.slice.jdbc
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.

P

params - Variable in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.DeleteExecutor
 
params - Variable in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.QueryExecutor
 
params - Variable in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.UpdateExecutor
 
persist(Object, Object, boolean, OpCallbacks) - Method in class org.apache.openjpa.slice.DistributedBrokerImpl
Assigns slice identifier to the resultant StateManager as initialized by the super class implementation.
PREFIX_OPENJPA - Static variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
PREFIX_SLICE - Static variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
PREFIX_SLICE - Static variable in class org.apache.openjpa.slice.ProductDerivation
Prefix for all Slice-specific configuration properties.
prepareCall(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
prepareCall(String, int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
prepareCall(String, int, int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
prepareStatement(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
prepareStatement(String, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
prepareStatement(String, int[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
prepareStatement(String, String[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
prepareStatement(String, int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
prepareStatement(String, int, int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
previous() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
ProductDerivation - Class in org.apache.openjpa.slice
Derives configuration for Slice.
ProductDerivation() - Constructor for class org.apache.openjpa.slice.ProductDerivation
 
putBrokerFactoryAliases(Map) - Method in class org.apache.openjpa.slice.ProductDerivation
 

Q

query - Variable in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.DeleteExecutor
 
query - Variable in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.QueryExecutor
 
query - Variable in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.UpdateExecutor
 

R

range - Variable in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.QueryExecutor
 
refreshRow() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
REGEX_DOT - Static variable in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
relative(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
releaseSavepoint(Savepoint) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
reset() - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
rollback() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
rollback(Savepoint) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
rowDeleted() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
rowInserted() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
rowUpdated() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 

S

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
 
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
 
setBlob(int, Blob) - 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
 
setClob(int, Clob) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
 
setContext(StoreContext) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
Sets the context for this receiver and all its underlying slices.
setContext(QueryContext) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreQuery
 
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
 
setDistributionPolicyInstance(String) - 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
 
setExecutorService(ExecutorService) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
 
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
 
setFloat(int, float) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
 
setHoldability(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
setInt(int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
 
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
 
setMaxFieldSize(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
setMaxRows(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
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
 
setProperties(String) - Method in class org.apache.openjpa.slice.ExecutorServiceValue
 
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
 
setSavepoint() - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
setSavepoint(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedConnection
 
setShort(int, short) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
 
setSlices(Map) - Method in class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl
Create individual slices with configurations from the given properties.
setStatus(Slice.Status) - Method in class org.apache.openjpa.slice.Slice
 
setString(int, String) - Method in class org.apache.openjpa.slice.jdbc.DistributedPreparedStatement
 
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
 
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.
stmts - Variable in class org.apache.openjpa.slice.jdbc.DistributedTemplate
 
sum(Object, Object) - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
supportsRandomAccess() - Method in class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
syncVersion(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.slice.jdbc.DistributedStoreManager
 

T

toString() - Method in class org.apache.openjpa.slice.Slice
 

U

UniqueResultObjectProvider - Class in org.apache.openjpa.slice.jdbc
Aggregates individual single query results from different databases.
UniqueResultObjectProvider(ResultObjectProvider[], StoreQuery, QueryExpressions[]) - Constructor for class org.apache.openjpa.slice.jdbc.UniqueResultObjectProvider
 
updateArray(int, Array) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateArray(String, Array) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateBlob(int, Blob) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateBlob(String, Blob) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateBoolean(int, boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateBoolean(String, boolean) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateByte(int, byte) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateByte(String, byte) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateBytes(int, byte[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateBytes(String, byte[]) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateClob(int, Clob) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateClob(String, Clob) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateDate(int, Date) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateDate(String, Date) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateDouble(int, double) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateDouble(String, double) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateFloat(int, float) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateFloat(String, float) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateInt(int, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateInt(String, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateLong(int, long) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateLong(String, long) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateNull(int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateNull(String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateObject(int, Object) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateObject(String, Object) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateObject(int, Object, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateObject(String, Object, int) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateRef(int, Ref) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateRef(String, Ref) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateRow() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateShort(int, short) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateShort(String, short) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateString(int, String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateString(String, String) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateTime(int, Time) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateTime(String, Time) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 

V

valueOf(String) - Static method in enum org.apache.openjpa.slice.Slice.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.openjpa.slice.Slice.Status
Returns an array containing the constants of this enum type, in the order they're declared.

W

wasNull() - Method in class org.apache.openjpa.slice.jdbc.DistributedResultSet
 

A B C D E F G H I L M N O P Q R S T U V W

Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.