Uses of Interface
st.orm.template.TransactionSupplier
Packages that use TransactionSupplier
-
Uses of TransactionSupplier in st.orm.template
Methods in st.orm.template with parameters of type TransactionSupplierModifier and TypeMethodDescriptionstatic <R,E extends Exception>
RTransactions.withTransactionOptions(TransactionOptions options, TransactionSupplier<R, E> block) Executes the given block with the given options as the thread-scoped transaction defaults.