Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.transaction
Class TransactionAttribute.DefaultTransactionAttribute

java.lang.Object
  extended by com.liferay.portal.kernel.transaction.TransactionAttribute.DefaultTransactionAttribute
All Implemented Interfaces:
TransactionAttribute
Enclosing interface:
TransactionAttribute

public static class TransactionAttribute.DefaultTransactionAttribute
extends Object
implements TransactionAttribute


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.transaction.TransactionAttribute
TransactionAttribute.Builder, TransactionAttribute.DefaultTransactionAttribute
 
Method Summary
 Isolation getIsolation()
           
 Propagation getPropagation()
           
 boolean isReadOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIsolation

public Isolation getIsolation()
Specified by:
getIsolation in interface TransactionAttribute

getPropagation

public Propagation getPropagation()
Specified by:
getPropagation in interface TransactionAttribute

isReadOnly

public boolean isReadOnly()
Specified by:
isReadOnly in interface TransactionAttribute

Liferay 7.0-ga1 portal-kernel