@Target(value={METHOD,ANNOTATION_TYPE})
public @interface Transactional
Modifier and Type | Optional Element and Description |
---|---|
boolean |
exceptiononrollback
Sets if the transaction rollback throws an exception.
|
java.lang.String[] |
norollbackfor
Sets the exceptions that do not rollback the current transaction.
|
java.lang.String |
propagation
Sets the transaction propagation policy.
|
long |
timeout
Sets the transaction timeout.
|
public abstract java.lang.String propagation
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.