Search code examples
ID Column gets not created when using @Inheritance. "Column 'id' is an identity column ...

spring-boothibernatekotlinjpaspring-data-jpa

Read More
What are the best practices for resolving jpa bidirectional circular references?...

javaspringspring-bootjpabackend

Read More
JPA: unidirectional many-to-one and cascading delete...

javajpajpa-2.0many-to-one

Read More
How to use StatelessSession with Spring Data JPA and Hibernate?...

springhibernatejpaspring-data-jpastateless-session

Read More
what is the right order when use @ManyToOne @JoinColumns...

spring-boothibernatejpa

Read More
Ora-00933 error from the @query annotation of spring boot jpa...

oracle-databasespring-bootjpa

Read More
Error trying to convert postgreSQL query on JPA NamedQuery...

javapostgresqljpa

Read More
Could not open jpa entitymanager for transaction. nested exception is java.lang.nosuchmethod error...

javaspring-bootjpaspring-data-jpaspring-data

Read More
JPA/SpringBoot Repository for database view (not table)...

javahibernatejpaspring-data-jpa

Read More
Using Play framework, persist Hibernate object after a database-related Exception...

javahibernatejpaplayframework

Read More
Why does returning Set from a Spring Data JPA Repository works although it shouldn't?...

spring-bootjpaspring-data-jpa

Read More
How to use subqueries in Blaze Persistence using QueryDSL?...

hibernatejpah2querydslblaze-persistence

Read More
SpringBoot handle validation exceptions from API and JPA layer differently...

javaspring-boothibernatejpa

Read More
JPA configure boolean fields to persist as integers...

javajpa

Read More
Deserialize Java 8 LocalDateTime with JacksonMapper...

javajsonjpaspring-bootjackson

Read More
@Rollback @Transactional is not working in acceptance test...

javajpatransactionsjunit5rollback

Read More
Does Hibernate Fully Support SQLite?...

javasqlitehibernatejpa

Read More
How to do a native query using parameters data members?...

springspring-bootjpajdbcspring-data

Read More
JPA mapping classes (openjpa)...

javajpa

Read More
How to map a MySQL JSON column to a Java entity property using JPA and Hibernate...

javamysqljsonhibernatejpa

Read More
How to persist an EnumMap in Hibernate/JPA?...

javahibernatejpa

Read More
Custom Queries with Java JPA returning "NULL"...

javaspringspring-bootjpah2

Read More
Spring tries to manage interface when it is not wanted...

javaspringspring-bootjpaspring-data-jpa

Read More
"N+1 selects problem" with JpaRepository method despite using @Fetch(FetchMode.JOIN)...

spring-boothibernatejpajava-8spring-data-jpa

Read More
Interface-based projections, native queries and Enums...

javahibernatejpaspring-data-jpaspring-data

Read More
How to pass a custom usertype as a parameter to a Spring Data JPA query method?...

postgresqlhibernatejpaspring-data-jpaspring-data

Read More
JPA @TestPropertySource properties doesn't works well...

springspring-boothibernatejpa

Read More
Is the file persistence.xml required?...

jpawebsphere-8persistence.xmlibm-rad

Read More
Why do we use @Embeddable In Hibernate...

javahibernatejpa

Read More
org.hibernate.mapping.Table.getColumn returns null...

javaspring-boothibernatejpah2

Read More
BackNext