jar

com.capgemini.mrchecker : mrchecker-database-module

Maven & Gradle

Apr 04, 2023
30 stars

MrChecker - Database - Module · MrChecker Database Module: - based on JPA interfaces, - structure build on ORM methodology, - supports all database engines with JDBC drivers. In case of driver leak at mvn repositories, please insert drivers file into 'lib/dbdrivers' directory. Examples build on Hibernate as a JPA provider. IMPORTANT: For easy of use Lombok library was used. In case of compilation issues please apply newest Lombok plugin for your IDE.

Table Of Contents

Latest Version

Download com.capgemini.mrchecker : mrchecker-database-module JAR file - Latest Versions:

All Versions

Download com.capgemini.mrchecker : mrchecker-database-module JAR file - All Versions:

Version Vulnerabilities Size Updated
2023.04.x
2023.03.x
2023.02.x
2023.01.x
2022.12.x
2.2.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 mrchecker-database-module-2023.04.04.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.capgemini.mrchecker.database.core.base.properties

├─ com.capgemini.mrchecker.database.core.base.properties.PropertiesDatabase.class - [JAR]

com.capgemini.mrchecker.database.core.base.runtime

├─ com.capgemini.mrchecker.database.core.base.runtime.RuntimeParametersDatabase.class - [JAR]

com.capgemini.mrchecker.database.core

├─ com.capgemini.mrchecker.database.core.BasePageDatabase.class - [JAR]

├─ com.capgemini.mrchecker.database.core.BasePageDatabaseAutoRegistration.class - [JAR]

├─ com.capgemini.mrchecker.database.core.DriverManager.class - [JAR]

├─ com.capgemini.mrchecker.database.core.IDatabasePrefixHolder.class - [JAR]

com.capgemini.mrchecker.database.core.base.environment

├─ com.capgemini.mrchecker.database.core.base.environment.EnvironmentParam.class - [JAR]

com.capgemini.mrchecker.database.core.base

├─ com.capgemini.mrchecker.database.core.base.AbstractDao.class - [JAR]

├─ com.capgemini.mrchecker.database.core.base.IDao.class - [JAR]