jar

io.github.breninsul : configurable-transaction-template-starter

Maven & Gradle

Feb 13, 2024
0 stars

BreninSul Spring Boot Configurable TransactionTemplate Starter · Starter for Configurable TransactionTemplate. Allows to execute any trx with different isolation,propagation,timeout,readOnly mode

Table Of Contents

Latest Version

Download io.github.breninsul : configurable-transaction-template-starter JAR file - Latest Versions:

All Versions

Download io.github.breninsul : configurable-transaction-template-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window configurable-transaction-template-starter-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.breninsul.configurabletransactiontemplatestarter.template

├─ io.github.breninsul.configurabletransactiontemplatestarter.template.ConfigurableTransactionTemplate.class - [JAR]

├─ io.github.breninsul.configurabletransactiontemplatestarter.template.TransactionTemplateFactory.class - [JAR]

io.github.breninsul.configurabletransactiontemplatestarter.enums

├─ io.github.breninsul.configurabletransactiontemplatestarter.enums.TransactionIsolation.class - [JAR]

├─ io.github.breninsul.configurabletransactiontemplatestarter.enums.TransactionPropagation.class - [JAR]

io.github.breninsul.configurabletransactiontemplatestarter.config

├─ io.github.breninsul.configurabletransactiontemplatestarter.config.ConfigurableTransactionAutoConfiguration.class - [JAR]

├─ io.github.breninsul.configurabletransactiontemplatestarter.config.ConfigurableTransactionTemplateProperties.class - [JAR]