Just Spring Data Access (e-bog) af Konda, Madhusudhan
Konda, Madhusudhan (forfatter)

Just Spring Data Access e-bog

108,68 DKK (inkl. moms 135,85 DKK)
JDBC has simplified database access in Java applications, but a few nagging wrinkles remainnamely, persisting Java objects to relational databases. With this book, youll learn how the Spring Framework makes that job incredibly easy with dependency injection, template classes, and object-relational-mapping (ORM).Through sample code, youll discover how Spring streamlines the use of JDBC and ORM t...
E-bog 108,68 DKK
Forfattere Konda, Madhusudhan (forfatter)
Udgivet 9 juni 2012
Længde 78 sider
Genrer Web programming
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781449339869
JDBC has simplified database access in Java applications, but a few nagging wrinkles remainnamely, persisting Java objects to relational databases. With this book, youll learn how the Spring Framework makes that job incredibly easy with dependency injection, template classes, and object-relational-mapping (ORM).Through sample code, youll discover how Spring streamlines the use of JDBC and ORM tools such as Hibernate, the Java Persistence API (JPA), and Java Data Objects (JDO). If youre a Java developer familiar with Spring (perhaps through OReillys Just Spring tutorial) and want to advance your data access skills, this book shows you how.Learn how to use Springs basic and advanced data access toolsWork with Springs JdbcTemplate class to separate non-critical code from business codeEliminate placeholder variables in your queries with the NamedParameterJdbcTemplate classUse Springs template classes to perform batch executionsOperate inserts on database tables without writing any SQL statementsLearn about Springs support for Hibernate as an object-relational-mapping toolUse JPA as a standards-based ORMalone or with Spring supportMove data from a relational to a non-relational database with JDO