mehmetozanguven
  • Home
  • About Me
  • Top Categories
    • Container
    • Apache Flink
    • JPA
    • Spring Boot
  • Popular tags
    • How to series
    • Spring Security
  • Pages
    • Tags
    • Category
JPA Fundamentals & Hibernate - 13) Entity Lifecycle Events (Final)
  • 19 Aug, 2021
    • java
    • jpa

JPA Fundamentals & Hibernate - 13) Entity Lifecycle Events (Final)

In this article, we are going to learn lifecycle events in the JPA. As of the most application we will have date_created and last_modified column to …

JPA Fundamentals & Hibernate - 12) JPQL and Queries
  • 19 Aug, 2021
    • java
    • jpa

JPA Fundamentals & Hibernate - 12) JPQL and Queries

In this article, we will learn what is the JPQL(The Java Persistence Query Language) and how to use it. What is the JPQL The Java Persistence query …

JPA Fundamentals & Hibernate - 11) Entity Manager
  • 15 Aug, 2021
    • java
    • jpa

JPA Fundamentals & Hibernate - 11) Entity Manager

In this article, we are going to discuss what is the entity manager in the JPA and also learn the basic operations in the entity manager How to Obtain …

JPA Fundamentals & Hibernate - 10) Inheritance Strategies
  • 15 Aug, 2021
    • java
    • jpa

JPA Fundamentals & Hibernate - 10) Inheritance Strategies

In this article, we are going to look how to represent the inheritance relationship in the JPA and how to use @MapperSuperclass annotation Github Link …

JPA Fundamentals & Hibernate - 9) AssociationOverride
  • 14 Aug, 2021
    • java
    • jpa

JPA Fundamentals & Hibernate - 9) AssociationOverride

In this article, we are going to learn how to create relationship using @Embeddable & @Embedded object . @AssociativeOverride is used to override …

JPA Fundamentals & Hibernate - 8) Many To Many Relationship
  • 14 Aug, 2021
    • java
    • jpa

JPA Fundamentals & Hibernate - 8) Many To Many Relationship

In this post, we are going to learn how to create many-to-many relationship in JPA. Github Link If you only need to see the code, here is the github …

JPA Fundamentals & Hibernate - 7) One To Many & Many To One Relationship
  • 13 Aug, 2021
    • java
    • jpa

JPA Fundamentals & Hibernate - 7) One To Many & Many To One Relationship

In the OneToMany setup, Many sides must have the foreign key and it is the owner of the relatonship Github Link If you only need to see the code, …

  • 7
  • 8
  • 9
  • 10
  • 11
  • About Me
  • Contact Us
  • Privacy
  • Terms & Conditions

mehmetozanguven