jar

nl.42 : database-truncator

Maven & Gradle

Feb 21, 2023
2 usages
5 stars

Database Truncator · Logic for emptying database tables of their content without affecting the structure. Useful for unit tests

Table Of Contents

Latest Version

Download nl.42 : database-truncator JAR file - Latest Versions:

All Versions

Download nl.42 : database-truncator JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.0.x
1.0.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.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 database-truncator-3.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

nl._42.database.truncator

├─ nl._42.database.truncator.DatabaseTruncator.class - [JAR]

├─ nl._42.database.truncator.Platform.class - [JAR]

├─ nl._42.database.truncator.TruncationStrategy.class - [JAR]

nl._42.database.truncator.postgres

├─ nl._42.database.truncator.postgres.AbstractPostgresTruncationStrategy.class - [JAR]

├─ nl._42.database.truncator.postgres.PostgresDeletionStrategy.class - [JAR]

├─ nl._42.database.truncator.postgres.PostgresOptimizedDeletionStrategy.class - [JAR]

├─ nl._42.database.truncator.postgres.PostgresTruncationStrategy.class - [JAR]

nl._42.database.truncator.h2

├─ nl._42.database.truncator.h2.H2TruncationStrategy.class - [JAR]

nl._42.database.truncator.config

├─ nl._42.database.truncator.config.DatabaseTruncatorAutoConfiguration.class - [JAR]

├─ nl._42.database.truncator.config.DatabaseTruncatorProperties.class - [JAR]

nl._42.database.truncator.hsqldb

├─ nl._42.database.truncator.hsqldb.HsqldbTruncationStrategy.class - [JAR]

nl._42.database.truncator.mariadb

├─ nl._42.database.truncator.mariadb.MariaDbTruncationStrategy.class - [JAR]

nl._42.database.truncator.shared

├─ nl._42.database.truncator.shared.AbstractTruncationStrategy.class - [JAR]

Advertisement

Dependencies from Group

Apr 19, 2019
4 usages
4 stars
Feb 21, 2023
2 usages
5 stars
Apr 19, 2019
2 usages
4 stars
Apr 19, 2019
2 usages
4 stars
Apr 18, 2023
1 usages
4 stars

Discover Dependencies