jar

io.github.jdbctemplatemapper : jdbctemplatemapper

Maven & Gradle

Aug 21, 2023
1 stars

jdbctemplatemapper · The goal of JdbcTemplateMapper is to make the usage of Spring JdbcTemplate less verbose

Table Of Contents

Latest Version

Download io.github.jdbctemplatemapper : jdbctemplatemapper JAR file - Latest Versions:

All Versions

Download io.github.jdbctemplatemapper : jdbctemplatemapper JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
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 jdbctemplatemapper-1.3.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.jdbctemplatemapper.exception

├─ io.github.jdbctemplatemapper.exception.AnnotationException.class - [JAR]

├─ io.github.jdbctemplatemapper.exception.MapperException.class - [JAR]

├─ io.github.jdbctemplatemapper.exception.OptimisticLockingException.class - [JAR]

io.github.jdbctemplatemapper.core

├─ io.github.jdbctemplatemapper.core.ColumnInfo.class - [JAR]

├─ io.github.jdbctemplatemapper.core.IRecordOperatorResolver.class - [JAR]

├─ io.github.jdbctemplatemapper.core.IdPropertyInfo.class - [JAR]

├─ io.github.jdbctemplatemapper.core.JdbcTemplateMapper.class - [JAR]

├─ io.github.jdbctemplatemapper.core.MapperUtils.class - [JAR]

├─ io.github.jdbctemplatemapper.core.MappingHelper.class - [JAR]

├─ io.github.jdbctemplatemapper.core.PropertyInfo.class - [JAR]

├─ io.github.jdbctemplatemapper.core.PropertyMapping.class - [JAR]

├─ io.github.jdbctemplatemapper.core.SelectMapper.class - [JAR]

├─ io.github.jdbctemplatemapper.core.SqlAndParams.class - [JAR]

├─ io.github.jdbctemplatemapper.core.TableColumnInfo.class - [JAR]

├─ io.github.jdbctemplatemapper.core.TableMapping.class - [JAR]

io.github.jdbctemplatemapper.annotation

├─ io.github.jdbctemplatemapper.annotation.Column.class - [JAR]

├─ io.github.jdbctemplatemapper.annotation.CreatedBy.class - [JAR]

├─ io.github.jdbctemplatemapper.annotation.CreatedOn.class - [JAR]

├─ io.github.jdbctemplatemapper.annotation.Id.class - [JAR]

├─ io.github.jdbctemplatemapper.annotation.IdType.class - [JAR]

├─ io.github.jdbctemplatemapper.annotation.Table.class - [JAR]

├─ io.github.jdbctemplatemapper.annotation.UpdatedBy.class - [JAR]

├─ io.github.jdbctemplatemapper.annotation.UpdatedOn.class - [JAR]

├─ io.github.jdbctemplatemapper.annotation.Version.class - [JAR]

Advertisement