Uses of Class
org.jboss.jca.embedded.dsl.ironjacamar12.api.TransactionSupportType
-
Packages that use TransactionSupportType Package Description org.jboss.jca.embedded.dsl.ironjacamar12.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar12.impl Provides the implementation classes as defined in the schema -
-
Uses of TransactionSupportType in org.jboss.jca.embedded.dsl.ironjacamar12.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar12.api that return TransactionSupportType Modifier and Type Method Description static TransactionSupportTypeTransactionSupportType. getFromStringValue(String value)TransactionSupportTypeIronjacamarDescriptor. getTransactionSupport()Returns thetransaction-supportelementTransactionSupportTypeIronjacamarType. 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.ironjacamar12.api with parameters of type TransactionSupportType Modifier and Type Method Description IronjacamarDescriptorIronjacamarDescriptor. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelementIronjacamarType<T>IronjacamarType. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelement -
Uses of TransactionSupportType in org.jboss.jca.embedded.dsl.ironjacamar12.impl
Methods in org.jboss.jca.embedded.dsl.ironjacamar12.impl that return TransactionSupportType Modifier and Type Method Description TransactionSupportTypeIronjacamarDescriptorImpl. getTransactionSupport()Returns thetransaction-supportelementTransactionSupportTypeIronjacamarTypeImpl. getTransactionSupport()Returns thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.ironjacamar12.impl with parameters of type TransactionSupportType Modifier and Type Method Description IronjacamarDescriptorIronjacamarDescriptorImpl. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelementIronjacamarType<T>IronjacamarTypeImpl. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelement
-