public abstract class SpringTransaction
extends java.lang.Object
| Constructor and Description |
|---|
SpringTransaction() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
execute(java.sql.Connection con) |
void |
run(org.springframework.transaction.PlatformTransactionManager transactionManager,
javax.sql.DataSource dataSource,
org.springframework.transaction.TransactionDefinition def) |
protected abstract void execute(java.sql.Connection con)
throws java.lang.Exception
java.lang.Exceptionpublic void run(org.springframework.transaction.PlatformTransactionManager transactionManager,
javax.sql.DataSource dataSource,
org.springframework.transaction.TransactionDefinition def)
throws java.lang.Exception
java.lang.Exception