Search code examples
Error creating bean with name 'entityManagerFactory' defined in class path resource : Invoca...

javaspringhibernatespring-mvcjpa

Read More
Spring Boot Many to many POST both ways...

javapostgresqlspring-bootjpamany-to-many

Read More
DuplicateMappingException after extending @Entity with @Inheritance...

javahibernatejpahibernate-mapping

Read More
Spring Boot Copy Parent and Children...

javahibernatejpaentity

Read More
Hibernate: EmbeddedId with auto increment...

javadatabasehibernatejpatype-safety

Read More
Unsigned Int in JPA and Hibernate...

hibernatejpa

Read More
Nullpointer exception when trying to create a register to a database...

javadatabasemavenjpanullpointerexception

Read More
Glassfish Eclipse Link JPA Package by feature...

javajpahyperlinkglassfisheclipselink

Read More
Multiple abstract classes in JPA with the InheritanceType.SINGLE_TABLE...

javahibernatejpa

Read More
How can I get hibernate to do a unidirectional ManyToOne mapping without using the primary key?...

javamysqlkotlinhibernatejpa

Read More
Hibernate sequence not updated after liquibase import...

hibernatejpaspring-bootliquibase

Read More
Using Java records as JPA embeddables...

javahibernatejpaembeddablejava-record

Read More
In Spring Boot can I use the same Entity for multiple tables with the same structure...

javaspringhibernatejpaboot

Read More
JPA metamodel fields are null...

javahibernatejpajpamodelgen

Read More
Getting next value from sequence with jpa repository in postgreSQL...

javapostgresqljpaspring-data-jpaspring-data

Read More
How to save List of objects that have a common superclass in Spring JPA inside another entity...

javaspringjpagenerics

Read More
Spring Boot + JPA : Column name annotation ignored...

javahibernatejpaspring-boot

Read More
JPQL cant recognize column...

spring-bootjpaspring-data-jpajpql

Read More
Why is JPA adding "IN (NULL)" in the generated SQL for a Predicate 'in clause'...

jpa

Read More
Extra unnecessary join with filtering and EntityGraph in Spring Data JPA Repository...

javaspringspring-bootjpaentitygraph

Read More
Implementing Pagination using entity manager in spring...

springhibernatejpaspring-data-jpa

Read More
Hibernate StaleObjectStateException After Upgrading to 6.6.3: Row was updated or deleted by another ...

javaspringspring-boothibernatejpa

Read More
Comparing two dates from different format...

javaspringhibernatespring-mvcjpa

Read More
Kotlin with JPA/Hibernate: no lazy-loading without `open`?...

hibernatejpaormlazy-loadingkotlin

Read More
Best way to inherit tables with kotlin and jpa...

hibernatekotlinjpa

Read More
Why hibernate runs two queries when passing a transient entity to merge?...

javahibernatejpamergetransient

Read More
org.postgresql.util.PSQLException: ERROR: function lower(bytea) does not exist...

postgresqlhibernatejpalowercasenamed-parameters

Read More
Unable to run Spring Boot native application with InheritanceType.JOINED...

spring-boothibernatejpaspring-boot-nativejava-native

Read More
JPA error in kotlin : Class 'Student' should have [public, protected] no-arg constructor...

kotlinjpa

Read More
Spring Repository won't instantiate/autowire in Configuration class...

javaspringspring-bootjpaspring-data-jpa

Read More
BackNext