public class EmptyTransactionAdapter extends Object implements Transactional
| Modifier and Type | Method and Description | 
|---|---|
void | 
begin()
The TransactionManager.begin method starts a global transaction and associates 
 the transaction context with the calling thread. 
 | 
void | 
commit()
The TransactionManager.commit method completes the transaction currently associated 
 with the calling thread. 
 | 
static Transactional | 
empty()  | 
TransactionType | 
geTransactionType()
Type of transactions supported by the repository 
 | 
TransactionStatus | 
getStatus()  | 
void | 
rollback()
The TransactionManager.rollback method rolls back the transaction associated with the current thread. 
 | 
String | 
toString()  | 
public static Transactional empty()
public TransactionType geTransactionType()
TransactionalgeTransactionType in interface Transactionalpublic TransactionStatus getStatus()
getStatus in interface Transactionalpublic void begin()
Transactionalbegin in interface Transactionalpublic void commit()
Transactionalcommit in interface Transactionalpublic void rollback()
Transactionalrollback in interface TransactionalCopyright © 2012–2020 jkniv, copyleft code. All rights reserved.