Uses of Class
org.jboss.jca.embedded.dsl.resourceadapters13.api.TransactionSupportType
-
Packages that use TransactionSupportType Package Description org.jboss.jca.embedded.dsl.resourceadapters13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters13.impl Provides the implementation classes as defined in the schema -
-
Uses of TransactionSupportType in org.jboss.jca.embedded.dsl.resourceadapters13.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters13.api that return TransactionSupportType Modifier and Type Method Description static TransactionSupportTypeTransactionSupportType. getFromStringValue(String value)TransactionSupportTypeResourceAdapterType. getTransactionSupport()Returns thetransaction-supportelementstatic TransactionSupportTypeTransactionSupportType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionSupportType[]TransactionSupportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.jca.embedded.dsl.resourceadapters13.api with parameters of type TransactionSupportType Modifier and Type Method Description ResourceAdapterType<T>ResourceAdapterType. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelement -
Uses of TransactionSupportType in org.jboss.jca.embedded.dsl.resourceadapters13.impl
Methods in org.jboss.jca.embedded.dsl.resourceadapters13.impl that return TransactionSupportType Modifier and Type Method Description TransactionSupportTypeResourceAdapterTypeImpl. getTransactionSupport()Returns thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.resourceadapters13.impl with parameters of type TransactionSupportType Modifier and Type Method Description ResourceAdapterType<T>ResourceAdapterTypeImpl. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelement
-