Search code examples
Netbeans creating "JPA Controller classes from entity classes"...

javaormnetbeansjpacrud

Read More
Spring Boot: How to persist user details collected from OAuth Service Provider to my database...

spring-bootjpaoauth-2.0servicerepository

Read More
Springboot How to save data in a OneToMany Relationship...

javaspring-bootjpa

Read More
What does the length attribute do when set on the @Column JPA annotation?...

javahibernatejpaannotations

Read More
JSON operators syntax (::json) in JPA native query...

postgresqlspring-bootjpahibernate-native-query

Read More
Hibernate throws MultipleBagFetchException - cannot simultaneously fetch multiple bags...

javahibernatejpaone-to-manybag

Read More
how to treat mysql json column with queryDSL?...

hibernatejpaquerydsl

Read More
How to dynamically generate SQL query based on user’s selections?...

javahibernatejpaeclipselink

Read More
I am getting a DU anomaly(PMD) in my code. I am not sure how to fix this...

javajpajava-streampmd

Read More
Detached entity is unexpectedly being flushed causing error...

springhibernatejpaspring-data-jpa

Read More
How to use multiple JOIN FETCH in one JPQL query...

javahibernatejpajoinjpql

Read More
Bidirectional relationships lead to a stack overflow error...

hibernatejpaspring-data-jpanhibernate-mappinghibernate-onetomany

Read More
Validation failed for query for method JPQL...

javamysqlspringjpaspring-boot

Read More
Stream API convert entity to JSON...

javaspringjpaspring-data-jpajava-stream

Read More
EntityManager" is null in JPA...

jpa

Read More
@Version not incremented...

hibernatejpaspring-boot

Read More
How to query @ElementCollection with Specifications...

javahibernatejpaspring-data-jpaspring-data

Read More
OpenJPA EntityExistsException "already exists in this context; another cannot be persisted&quot...

javajpaopenjpa

Read More
Update value with join...

javahibernatejpajpql

Read More
Please explain about insertable=false and updatable=false in reference to the JPA @Column annotation...

javajpajakarta-eeeclipselink

Read More
How to set @CreatedDate in the past (for testing)...

springjpatestingspring-data-jpa

Read More
org.postgresql.util.PSQLException: ERROR: column p1_0.pet_id does not exist...

javapostgresqlspring-boothibernatejpa

Read More
Error on compiling query: The abstract schema type 'entity' is unknown...

javajpapersistencejpql

Read More
Hibernate thread-safe idempotent upsert without constraint exception handling?...

javahibernatejpa

Read More
Hibernate Best Practices: Avoiding Many-To-Many and 'exotic' relationships...

hibernatejpa

Read More
@Column(unique=true) does not seem to work...

mysqljpajakarta-eeorm

Read More
Static jpa metamodel are not generated with hibernate-jpamodelgen 6.1.5.Final...

javaspring-boothibernatejpajpamodelgen

Read More
Spring Data JPA: How can Query return Non- Entities Objects or List of Objects?...

jpaspring-data-jpa

Read More
Not allowed to create transaction on shared EntityManager - use Spring transactions or EJB CMT...

springhibernatejpajpa-2.0

Read More
What is the difference between @Immutable and @Entity(mutable=false) when using Hibernate...

javahibernatejpaentityimmutability

Read More
BackNext