JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
I
N
O
P
R
S
T
U
A
abort(Executor)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
C
clearWarnings()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
close()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
commit()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
commit()
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceTransaction
commit()
- Method in interface org.jusecase.transaction.simple.
Transaction
ConnectionProxy
- Class in
org.jusecase.transaction.simple.jdbc
ConnectionProxy(Connection)
- Constructor for class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
createArrayOf(String, Object[])
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
createBlob()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
createClob()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
createNClob()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
createProxy()
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceTransactionFactory
createSQLXML()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
createStatement()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
createStatement(int, int)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
createStatement(int, int, int)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
createStruct(String, Object[])
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
createTransaction()
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceTransactionFactory
createTransaction()
- Method in interface org.jusecase.transaction.simple.
TransactionFactory
D
DataSourceProxy
- Class in
org.jusecase.transaction.simple.jdbc
DataSourceProxy(DataSource, TransactionManager)
- Constructor for class org.jusecase.transaction.simple.jdbc.
DataSourceProxy
DataSourceTransaction
- Class in
org.jusecase.transaction.simple.jdbc
DataSourceTransaction(DataSource, TransactionManager)
- Constructor for class org.jusecase.transaction.simple.jdbc.
DataSourceTransaction
DataSourceTransactionFactory
- Class in
org.jusecase.transaction.simple.jdbc
DataSourceTransactionFactory(DataSource, TransactionManager)
- Constructor for class org.jusecase.transaction.simple.jdbc.
DataSourceTransactionFactory
G
getAutoCommit()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
getCatalog()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
getClientInfo(String)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
getClientInfo()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
getConnection()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
getConnection()
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceProxy
getConnection(String, String)
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceProxy
getConnection()
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceTransaction
getCurrent()
- Method in class org.jusecase.transaction.simple.
ThreadLocalTransactionManager
getCurrent()
- Method in interface org.jusecase.transaction.simple.
TransactionManager
getHoldability()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
getLoginTimeout()
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceProxy
getLogWriter()
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceProxy
getMaxTransactionAttempts()
- Method in class org.jusecase.transaction.simple.
SimpleTransactionRunner
getMetaData()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
getNetworkTimeout()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
getParentLogger()
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceProxy
getSchema()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
getTransactionIsolation()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
getTransactionManager()
- Method in class org.jusecase.transaction.simple.
SimpleTransactionRunner
getTypeMap()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
getWarnings()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
I
isClosed()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
isReadOnly()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
isValid(int)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
isWrapperFor(Class<?>)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
isWrapperFor(Class<?>)
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceProxy
N
nativeSQL(String)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
O
org.jusecase.transaction
- package org.jusecase.transaction
org.jusecase.transaction.simple
- package org.jusecase.transaction.simple
org.jusecase.transaction.simple.jdbc
- package org.jusecase.transaction.simple.jdbc
P
prepareCall(String)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
prepareCall(String, int, int)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
prepareCall(String, int, int, int)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
prepareStatement(String)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
prepareStatement(String, int, int)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
prepareStatement(String, int, int, int)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
prepareStatement(String, int)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
prepareStatement(String, int[])
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
prepareStatement(String, String[])
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
R
releaseSavepoint(Savepoint)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
rollback()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
rollback(Savepoint)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
rollback()
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceTransaction
rollback()
- Method in interface org.jusecase.transaction.simple.
Transaction
runAsTransaction(Runnable)
- Method in class org.jusecase.transaction.simple.
SimpleTransactionRunner
runAsTransaction(Runnable)
- Method in interface org.jusecase.transaction.
TransactionRunner
S
setAutoCommit(boolean)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
setCatalog(String)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
setClientInfo(String, String)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
setClientInfo(Properties)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
setCurrent(Transaction)
- Method in class org.jusecase.transaction.simple.
ThreadLocalTransactionManager
setCurrent(Transaction)
- Method in interface org.jusecase.transaction.simple.
TransactionManager
setHoldability(int)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
setLoginTimeout(int)
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceProxy
setLogWriter(PrintWriter)
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceProxy
setMaxTransactionAttempts(int)
- Method in class org.jusecase.transaction.simple.
SimpleTransactionRunner
setNetworkTimeout(Executor, int)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
setReadOnly(boolean)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
setSavepoint()
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
setSavepoint(String)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
setSchema(String)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
setTransactionFactory(TransactionFactory)
- Method in class org.jusecase.transaction.simple.
SimpleTransactionRunner
setTransactionIsolation(int)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
setTypeMap(Map<String, Class<?>>)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
shouldRetryTransaction()
- Method in interface org.jusecase.transaction.simple.
TransactionExecutionError
SimpleTransactionRunner
- Class in
org.jusecase.transaction.simple
SimpleTransactionRunner(TransactionManager)
- Constructor for class org.jusecase.transaction.simple.
SimpleTransactionRunner
T
ThreadLocalTransactionManager
- Class in
org.jusecase.transaction.simple
ThreadLocalTransactionManager()
- Constructor for class org.jusecase.transaction.simple.
ThreadLocalTransactionManager
Transaction
- Interface in
org.jusecase.transaction.simple
TransactionError
- Exception in
org.jusecase.transaction
TransactionError(String)
- Constructor for exception org.jusecase.transaction.
TransactionError
TransactionError(String, Throwable)
- Constructor for exception org.jusecase.transaction.
TransactionError
TransactionExecutionError
- Interface in
org.jusecase.transaction.simple
TransactionFactory
- Interface in
org.jusecase.transaction.simple
TransactionManager
- Interface in
org.jusecase.transaction.simple
TransactionRunner
- Interface in
org.jusecase.transaction
U
unwrap(Class<T>)
- Method in class org.jusecase.transaction.simple.jdbc.
ConnectionProxy
unwrap(Class<T>)
- Method in class org.jusecase.transaction.simple.jdbc.
DataSourceProxy
A
C
D
G
I
N
O
P
R
S
T
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All rights reserved.