Search code examples
Why spring.jpa.properties. prefix is not always required in Spring Boot properties...

springspring-boothibernatejpaapplication.properties

Read More
Having problems setting up Jakarta EE on Netbeans using GlassFish and Derby...

javajpajakarta-eeglassfishderby

Read More
JPA Hibernate many-to-many cascading...

hibernatejpamany-to-manyjpa-2.0cascade

Read More
Spring JPA instead of update performs insert...

springspring-boothibernatejpa

Read More
Springboot default data.sql not loading on startup...

javaspringpostgresqlspring-bootjpa

Read More
JPA ManytoMany Relationship "JoinColumn cannot be resolved to a type" error...

javaspringjpamany-to-many

Read More
JPA nested object LAZY FETCH returns only first object...

spring-bootjpaspring-data-jpa

Read More
@EnableJpaRepositories/@EntityScan annotations mandatory in spring data jpa configuration setup?...

spring-bootjpaspring-data-jpa

Read More
How to match a list exactly with all values present in JPA Hibernate?...

javaspringhibernatejpaspring-data-jpa

Read More
Why do we have to rollback a hibernate transaction on error?...

javahibernatejpa

Read More
EntityManager - ManyToMany child entity persistence in Join table...

javaspringhibernatejpaentitymanager

Read More
How to beautifully update a JPA entity in Spring Data?...

javaspringjpaspring-dataspring-data-jpa

Read More
JPA Inheritance strategy JOINED - OneToOne relation in child class - why it doesn't work?...

jpainheritancejakarta-eeone-to-one

Read More
JPA - How to truncate tables between unit tests...

unit-testingjpajpa-2.0dbunit

Read More
Spring JPA - How to select specific columns only with a bi-directional relationship to avoid recursi...

javajpaspring-data-jpaone-to-manybidirectional

Read More
JPA Query named parameter issue in Repository...

javaspring-bootjpanamed-parameters

Read More
hibernate| find by id for @OneToOne returns entity in recursion...

javahibernatejpaspring-data-jpaone-to-one

Read More
MySQL syntax error in generated JPA Repository Pageable query: near 'offset x rows fetch first y...

mysqlspringspring-bootjpaspring-data-jpa

Read More
How to save entity with a composite primary key using IdClass...

mysqlspringspring-bootjpadbase

Read More
implementation issue on @OneToMany relationship recursive call infinite loop...

javaspring-boothibernatejpaspring-data-jpa

Read More
Oracle 12.1 primary key length...

javaoracle-databasejpaliquibase

Read More
How to get pure String value from SQL format in IntelliJ?...

javamysqlspringjpaintellij-idea

Read More
is there any function in jpa to find customer by its firstName...

javaspringspring-bootjpaspring-data

Read More
Jpa is not flushing Transactional changes...

javaspringspring-boothibernatejpa

Read More
Can't use delete with spring nativeQuery in H2 database?...

sqlhibernatejpah2spring-data

Read More
How to implement a generic DAO with the same Entity Manager in java EE 8...

javajpacdidaojava-ee-8

Read More
Could not find any META-INF/persistence.xml file in the classpath...

javaxmleclipsehibernatejpa

Read More
JPA Query Approach For NESTED bags...

hibernatejpa

Read More
How to map a JPA entity field to different entity types based on a condition?...

javaspringjpaspring-data-jpa

Read More
Spring Boot SQL syntax error when creating table; expected "identifier"...

javaspring-bootjpah2

Read More
BackNext