Package org.jboss.weld.util
Class JtaApiAbstraction
- java.lang.Object
-
- org.jboss.weld.util.ApiAbstraction
-
- org.jboss.weld.util.JtaApiAbstraction
-
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service
public class JtaApiAbstraction extends ApiAbstraction implements org.jboss.weld.bootstrap.api.Service
Utility class for JTA metadata.- Author:
- Jozef Hartinger
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.util.ApiAbstraction
ApiAbstraction.Dummy, ApiAbstraction.DummyAnnotation, ApiAbstraction.DummyEnum
-
-
Field Summary
Fields Modifier and Type Field Description Class<?>USER_TRANSACTION_CLASS
-
Constructor Summary
Constructors Constructor Description JtaApiAbstraction(org.jboss.weld.resources.spi.ResourceLoader resourceLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()-
Methods inherited from class org.jboss.weld.util.ApiAbstraction
annotationTypeForName, classForName, enumValue
-
-
-
-
Field Detail
-
USER_TRANSACTION_CLASS
public final Class<?> USER_TRANSACTION_CLASS
-
-