@Target(value={TYPE,CONSTRUCTOR,METHOD}) @Retention(value=RUNTIME) public @interface Transactional
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
dataSources |
boolean |
implicit |
boolean |
rollbackOnException |
boolean |
rollbackOnly |
public abstract String[] dataSources
public abstract boolean implicit
public abstract boolean rollbackOnly
public abstract boolean rollbackOnException
Copyright © 2013. All Rights Reserved.