Creating a data layer using Spring JdbcTemplate

Are you aware of any resources that describe building a data access layer using the Spring JdbcTemplate classes? I am looking for something beyond the basics described in the Spring documentation.

+3
source share
2 answers

If not online documents, perhaps books will help. "Spring in action", "Pro Spring", "Spring Recipes" - make a choice. I'm not sure how many details you are looking for. I am afraid that you will be disappointed.

+2
source

, , DAO, SimpleJDBCTemplate . . DAO SimpleJDBCTemplate.

0

Source: https://habr.com/ru/post/1702342/


All Articles