Uses of Class
org.kie.workbench.common.screens.datamodeller.model.persistence.TransactionType
-
Packages that use TransactionType Package Description org.kie.workbench.common.screens.datamodeller.model.persistence -
-
Uses of TransactionType in org.kie.workbench.common.screens.datamodeller.model.persistence
Fields in org.kie.workbench.common.screens.datamodeller.model.persistence declared as TransactionType Modifier and Type Field Description protected TransactionTypePersistenceUnitModel. transactionTypeMethods in org.kie.workbench.common.screens.datamodeller.model.persistence that return TransactionType Modifier and Type Method Description TransactionTypePersistenceUnitModel. getTransactionType()static TransactionTypeTransactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionType[]TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.screens.datamodeller.model.persistence with parameters of type TransactionType Modifier and Type Method Description voidPersistenceUnitModel. setTransactionType(TransactionType transactionType)
-