Uses of Interface
st.orm.template.TransactionBlock
Packages that use TransactionBlock
-
Uses of TransactionBlock in st.orm.template
Methods in st.orm.template with parameters of type TransactionBlockModifier and TypeMethodDescriptionstatic <R,E extends Exception>
RTransactions.transaction(TransactionBlock<R, E> block) Executes the given block within a database transaction with the surrounding default options.static <R,E extends Exception>
RTransactions.transaction(TransactionOptions options, TransactionBlock<R, E> block) Executes the given block within a database transaction with the given options.static <R,E extends Exception>
RTransactions.transaction(TransactionPropagation propagation, TransactionBlock<R, E> block) Executes the given block within a database transaction with the given propagation.