jar

com.alexkasko.springjdbc : springjdbc-constructor-mapper

Maven & Gradle

May 06, 2013
1 usages
4 stars

Named Constructor RowMapper Implementation Library · Spring's RowMapper implementation for classes having their constructors annotated with JSR330 @Named annotation. Uses constructors for objects instantiation.

Table Of Contents

Latest Version

Download com.alexkasko.springjdbc : springjdbc-constructor-mapper JAR file - Latest Versions:

All Versions

Download com.alexkasko.springjdbc : springjdbc-constructor-mapper JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

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 springjdbc-constructor-mapper-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.alexkasko.springjdbc.named

├─ com.alexkasko.springjdbc.named.LowerColumnMapRowMapper.class - [JAR]

├─ com.alexkasko.springjdbc.named.NamedConstructor.class - [JAR]

├─ com.alexkasko.springjdbc.named.NamedConstructorList.class - [JAR]

├─ com.alexkasko.springjdbc.named.NamedConstructorMapper.class - [JAR]

├─ com.alexkasko.springjdbc.named.NamedConstructorSingleMapper.class - [JAR]

├─ com.alexkasko.springjdbc.named.NamedConstructorSubclassesMapper.class - [JAR]

Advertisement