Uses of Enum Class
dev.relism.flash.ext.data.core.TransactionPropagation
Packages that use TransactionPropagation
-
Uses of TransactionPropagation in dev.relism.flash.ext.data.core
Methods in dev.relism.flash.ext.data.core that return TransactionPropagationModifier and TypeMethodDescriptionTxDefinition.propagation()Returns the value of thepropagationrecord component.static TransactionPropagationReturns the enum constant of this class with the specified name.static TransactionPropagation[]TransactionPropagation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.relism.flash.ext.data.core with parameters of type TransactionPropagationConstructors in dev.relism.flash.ext.data.core with parameters of type TransactionPropagationModifierConstructorDescriptionTxDefinition(TransactionPropagation propagation, TransactionIsolation isolation, boolean readOnly, String label) Creates an instance of aTxDefinitionrecord class.