Bits, Bytes and Brains

by Raghunath Dayala

Skip to content
  • Home
  • AWS
  • Core Java
  • Advanced Java
  • Misc Learnings

Spring Data JDBC & JPA

Spring Data JDBC

  • Spring Data JDBC
    • Working with Java JDBC Technology
    • Spring JDBC Template
  • Spring Boot Data JDBC
    • Steps to use Spring Data JDBC
      • CrudRepository
      • Example using CrudRepository
        • Model class — this class maps to a table.
        • EmployeeRepository.java — class that Extends CrudRepository
        • Service class — EmployeeService.java
        • EmployeeServiceImpl.java
        • EmployeeController.java — Controller class that calls Service methods
        • application.properties — to specify database parameters
        • pom.xml
      • PagingAndSortingRepository
      • Example using PagingAndSortingRepository
        • Repository class — StudentRepository.java
        • Service class – StudentService.java
        • Service implementation — StudentServiceImpl.java
        • Controller class — StudentController.java
        • AppRunner.java
        • Spring Boot Application class

Spring Data JPA

Blog at WordPress.com.
  • Subscribe Subscribed
    • Bits, Bytes and Brains
    • Already have a WordPress.com account? Log in now.
    • Bits, Bytes and Brains
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Copy shortlink
    • Report this content
    • View post in Reader
    • Manage subscriptions
    • Collapse this bar