Skip to content

Manupendra/springJPA_CRUD

Repository files navigation

SpringBoot Application

Student DAO interacts with MySQL server to create, read, update and delete with CammandLine runner.

Here we have used Entity Manager The following annotations are

  1. @Entity
  2. @Repository
  3. @Column(name=)
  4. @GeneratedValue(strategy=GenerationType.IDENTITY)
  5. @Transactional
  6. @Autowired
image

About

Spring Hibernates & JPA with CRUD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages