Tag: jpa
Total: 4 Posts
Posts of Tag: jpa
Total: 4 Posts
Posts of Tag: jpa
Spring Data JPA - Guide to the @Query Annotation
Introduction If you have worked with Spring Data JPA for any length of time - you're probably acquainted with derived query methods: public interface MyRepository extends JpaRepository<client, long=""> { ...Learn MoreJavaDatabaseMySqlPostgreSQLSpringSpring BootAnnotationjpaGuide to JPA with Hibernate - Inheritance Mapping
Guide to JPA with Hibernate - Inheritance Mapping Introduction In this article, we'll dive into Inheritance Mapping with JPA and Hibernate in Java. The Java Persistence API (JPA) is the persistence standard of ...Learn MoreJavaDatabaseORMHibernatejpaGuide to JPA with Hibernate - Relationship Mapping
Guide to JPA with Hibernate - Relationship Mapping Introduction In this article, we'll dive into Relationship Mapping with JPA and Hibernate in Java. The Java Persistence API (JPA) is the persistence standard o...Learn MoreJavaDatabaseh2HibernatejpaGuide to JPA with Hibernate - Basic Mapping
Guide to JPA with Hibernate - Basic Mapping Introduction The Java Persistence API (JPA) is the persistence standard of the Java ecosystem. It allows us to map our domain model directly to the database structure...Learn MoreJavaDatabaseORMh2Hibernatejpa