Search code examples
ClassPathXmlApplicationContext: Error creating bean with name 'X'; nested exception is java....

javahibernatejpatomcatwebsphere

Read More
How to map JSON in a Java object...

javajsonspringjpa

Read More
JPA: Could not determine recommended JdbcType for <SomeCustomClass>...

javaspringspring-boothibernatejpa

Read More
Mapping PostgreSQL JSON column to a Hibernate entity property...

javajsonhibernatepostgresqljpa

Read More
Can I get the SQL string from a JPA Query object?...

sqlhibernatejpaloggingjpql

Read More
Importing CSV in database with Spring batch: RepositoryItemWriter no insertion in MySQL database usi...

springjpaspring-batch

Read More
Get records between two dates using Spring Data JPA...

mysqlsqlspring-bootjpajpql

Read More
Hibernate updatable = false UUID field is updated...

javaspringhibernatejpaspring-data-jpa

Read More
Spring Boot JPA - OneToMany relationship causes infinite loop...

javahibernatejpaspring-boot

Read More
How to specify foreign key with the join column?...

javaspringhibernatespring-bootjpa

Read More
JPA @OneToOne with Shared ID -- Can I do this Better?...

javajpaone-to-one

Read More
Spring Boot always using same SPRING-DATASOURCE-USERNAME & SPRING-DATASOURCE-PASSWORD from Azure...

spring-bootjpaazure-keyvault

Read More
How to execute a native SQL query having INTERVAL clause through Spring Boot JPA?...

sqloracle-databasespring-bootjpaspring-data-jpa

Read More
How to fetch a 3-level relationships where all foreign fields are lazy-loaded Lists without causing ...

javaspring-boothibernatejpa

Read More
Spring boot with manual database configuration picking up incorrect table names...

javapostgresqlspring-boothibernatejpa

Read More
Create Spring JPA Entities at runtime...

javaspringspring-boothibernatejpa

Read More
Why does JPA Repository save method does not update entity details on production?...

javaspringjpa

Read More
One EntityManager doesn't see updates done by another EntityManager...

hibernatejpa

Read More
Is it possible to have immutable JPA entities?...

hibernatejpaimmutability

Read More
Jakarta Persistence - create table...

hibernatejpaspring-data-jpaspring-dataspring-jdbc

Read More
Java Inheritance + Hibernate6 + JPA - How to prevent selecting all child tables when joining on pare...

javahibernatejpainheritanceorm

Read More
How to implement foreign composite key between two table when part of FK key are already in primary ...

javahibernatejpa

Read More
Why is Springboot's JPA entity abstract?...

springspring-bootjpaspring-data-jpaspring-data

Read More
How do I prevent Lists returned from a JPA Repository having null values...

javalistjpa

Read More
JPA Buddy does not generate versionned migration but does like my database was empty...

spring-bootjpaflywayjpa-buddy

Read More
Null condition in Jpa @Query...

javasqlspringhibernatejpa

Read More
Hibernate and SQLite : Set unique constraint on creation...

javasqlitehibernatekotlinjpa

Read More
Count query generated by returning Page<> from Repository method crashes on org.hibernate.Quer...

javaspringhibernatejpa

Read More
Cleaning db entities after test...

javahibernatejpajunitautotest

Read More
JPA transaction even without @Transactional/@EnableTransactionManagement...

springjpaspring-data-jpaspring-transactions

Read More
BackNext