mehmetozanguven
  • Home
  • About Me
  • Top Categories
    • Container
    • Apache Flink
    • JPA
    • Spring Boot
  • Popular tags
    • How to series
    • Spring Security
  • Pages
    • Tags
    • Category

Showing posts from hibernate

  • Home
  • /   Tags
  • /   Hibernate
Creating base class (abstract entity class) for all entities in your Spring Boot project
  • 16 May, 2023
    • jpa
    • hibernate

Creating base class (abstract entity class) for all entities in your Spring Boot project

As developers, we often find ourselves faced with the challenge of managing multiple entities that share common attributes and behavior. By leveraging …

Creating entity with includes nested data structures in Hibernate 6 (and in Spring Boot 3)
  • 21 Apr, 2023
    • java
    • jpa
    • hibernate

Creating entity with includes nested data structures in Hibernate 6 (and in Spring Boot 3)

Sometimes your entity might need store nested data structures such as Map<String, Map<String, String> or list of list etc.. If you want to …

  • About Me
  • Contact Us
  • Privacy
  • Terms & Conditions

mehmetozanguven