@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Transaction
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
close |
boolean |
commit |
Transaction.LogLevel |
errorLevel |
String |
errorMsg
use n_ to translate message
|
public abstract boolean commit
public abstract boolean close
public abstract String errorMsg
public abstract Transaction.LogLevel errorLevel
Copyright © 2008-2013 Cybelia. All Rights Reserved.