@InterceptorBinding @Documented @Inherited @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Transactional
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends Annotation> |
qualifier
Optional qualifier which allows to use multiple persistence-units
|
public abstract Class<? extends Annotation> qualifier
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.