jar

com.github.rblessings : simple-jdbc-data-repository

Maven & Gradle

May 30, 2017

simpleJdbcRepositoryDataRepository · A simple JPA like framework that simplifies database interactions when dealing with jdbc operations

Table Of Contents

Latest Version

Download com.github.rblessings : simple-jdbc-data-repository JAR file - Latest Versions:

All Versions

Download com.github.rblessings : simple-jdbc-data-repository JAR file - All Versions:

Version Vulnerabilities Size Updated
3.2.x
3.1.x
3.0.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.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 simple-jdbc-data-repository-3.2.4-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ranzyblessings.simple.jdbc.ops.configuration

├─ org.ranzyblessings.simple.jdbc.ops.configuration.EmbeddedH2DatasourceConfig.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.configuration.MysqlDatasourceConfig.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.configuration.NamedParameterSourceConfig.class - [JAR]

org.ranzyblessings.simple.jdbc.ops.pagination

├─ org.ranzyblessings.simple.jdbc.ops.pagination.Page.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.pagination.PaginationService.class - [JAR]

org.ranzyblessings.simple.jdbc.ops.annotation

├─ org.ranzyblessings.simple.jdbc.ops.annotation.ColumnName.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.annotation.DateFormatType.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.annotation.EnableDebug.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.annotation.IdField.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.annotation.Persistable.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.annotation.TableName.class - [JAR]

org.ranzyblessings.simple.jdbc.ops.repository

├─ org.ranzyblessings.simple.jdbc.ops.repository.JdbcDataRepository.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.repository.SmartJdbcDataRepository.class - [JAR]

org.ranzyblessings.simple.jdbc.ops.util

├─ org.ranzyblessings.simple.jdbc.ops.util.Assert.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.util.ConvertToType.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.util.Debug.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.util.DebugType.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.util.Objects.class - [JAR]

org.ranzyblessings.simple.jdbc.ops.builderPattern

├─ org.ranzyblessings.simple.jdbc.ops.builderPattern.QueryBuilder.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.builderPattern.QueryBuilderStrings.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.builderPattern.SearchCriteria.class - [JAR]

org.ranzyblessings.simple.jdbc.ops.service

├─ org.ranzyblessings.simple.jdbc.ops.service.DatasourceGeneratorFactory.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.service.QueryBuilderService.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.service.RepositoryUtil.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.service.SQLQueryBuilder.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.service.SearchMap.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.service.StringClass.class - [JAR]

├─ org.ranzyblessings.simple.jdbc.ops.service.Where.class - [JAR]