jar

io.github.rblessings : simple-jdbc-repository-ops

Maven & Gradle

Apr 28, 2017

simpleJdbcRepositoryTemplate · A simple JPA like template tends to simplify database interactions when dealing with jdbc

Table Of Contents

Latest Version

Download io.github.rblessings : simple-jdbc-repository-ops JAR file - Latest Versions:

All Versions

Download io.github.rblessings : simple-jdbc-repository-ops 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 simple-jdbc-repository-ops-1.0.0-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.annotation

├─ org.ranzyblessings.simple.jdbc.ops.annotation.ColumnName.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.JdbcRepository.class - [JAR]

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

org.ranzyblessings.simple.jdbc.ops.util

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

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

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

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