Tag: Hibernate
Total: 4 Posts
Posts of Tag: Hibernate
Total: 4 Posts
Posts of Tag: Hibernate
Guide 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 MoreJavaDatabaseORMh2HibernatejpaImplementing Hibernate with Spring Boot and PostgreSQL
Implementing Hibernate with Spring Boot and PostgreSQL Introduction As the use of software becomes more common and more and more systems are built to handle various tasks, data plays a more important role in th...Learn MoreJavaPostgreSQLSpringSpring BootHibernate