public class TransactionalImpl extends org.glassfish.hk2.api.AnnotationLiteral<Transactional> implements Transactional
Transactional annotation.Transactional.TxType| Modifier and Type | Field and Description |
|---|---|
static Transactional |
INSTANCE |
| Constructor and Description |
|---|
TransactionalImpl() |
| Modifier and Type | Method and Description |
|---|---|
Class[] |
dontRollbackOn() |
Class[] |
rollbackOn() |
Transactional.TxType |
value() |
annotationType, equals, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitannotationType, equals, hashCode, toStringpublic static final Transactional INSTANCE
public Transactional.TxType value()
public Class[] rollbackOn()
public Class[] dontRollbackOn()
Copyright © 2016–2017 Sharmarke Aden. All rights reserved.