jar

org.crazycake : jdbctemplatetool

Maven & Gradle

Sep 24, 2014
51 stars

jdbctemplatetool · Spring JdbcTemplate did very convient and useful, but it also has some disadvantages or in another word “inconvenient”. For example, you can’t just pass an object and tell JdbcTemplate to turn it into a sql and save to database just like hibernate does. Alright, you may say “JdbcTemplate doesn’t need you to write hbm.xml , so it’s understandable”. But is it true that this thing is impossible to achieve? And also you know JdbcTemplate can auto turn the result of a query to a list of persistent object a.k.a PO, but when you want to do this you will meet a problem: “How to ?”.Because you can’t find any function of JdbcTemplate to pass a sql and a PO class as we expected. After you google for it, you’ve been told you can create a BeanPropertyRowMapper to deal with this. But isn’t it could be more easier? Based on those questions I create JdbcTemplateTool which can provide these features.

Table Of Contents

Latest Version

Download org.crazycake : jdbctemplatetool JAR file - Latest Versions:

All Versions

Download org.crazycake : jdbctemplatetool 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 jdbctemplatetool-1.0.4-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.crazycake.jdbcTemplateTool.exception

├─ org.crazycake.jdbcTemplateTool.exception.NoColumnAnnotationFoundException.class - [JAR]

├─ org.crazycake.jdbcTemplateTool.exception.NoDefinedGetterException.class - [JAR]

├─ org.crazycake.jdbcTemplateTool.exception.NoIdAnnotationFoundException.class - [JAR]

org.crazycake.jdbcTemplateTool.model

├─ org.crazycake.jdbcTemplateTool.model.CatalogContext.class - [JAR]

├─ org.crazycake.jdbcTemplateTool.model.SqlParamsPairs.class - [JAR]

org.crazycake.jdbcTemplateTool

├─ org.crazycake.jdbcTemplateTool.JdbcTemplateProxy.class - [JAR]

├─ org.crazycake.jdbcTemplateTool.JdbcTemplateTool.class - [JAR]

org.crazycake.jdbcTemplateTool.utils

├─ org.crazycake.jdbcTemplateTool.utils.CatalogUtils.class - [JAR]

├─ org.crazycake.jdbcTemplateTool.utils.IdUtils.class - [JAR]

├─ org.crazycake.jdbcTemplateTool.utils.InUtils.class - [JAR]

├─ org.crazycake.jdbcTemplateTool.utils.ModelSqlUtils.class - [JAR]

org.crazycake.jdbcTemplateTool.impl

├─ org.crazycake.jdbcTemplateTool.impl.BatchUpdateSetter.class - [JAR]

├─ org.crazycake.jdbcTemplateTool.impl.ReturnIdPreparedStatementCreator.class - [JAR]

├─ org.crazycake.jdbcTemplateTool.impl.UpdateSetter.class - [JAR]

Advertisement

Dependencies from Group

Sep 25, 2020
32 usages
1.1k stars
Sep 18, 2014
3 usages
Sep 20, 2014
1 usages
Sep 24, 2014
51 stars

Discover Dependencies

Jun 12, 2014
0 stars
Jun 12, 2014
3 usages
Jun 12, 2014
3 usages
Jun 12, 2014
3 usages
Jun 12, 2014
Jun 12, 2014
4 usages
Mar 01, 2013
25 stars
Feb 28, 2014
0 stars
Feb 28, 2014
20 usages