Search code examples
How to handle table column of type that is not known in Java (Spring Data)?...

javajpaspring-data-jpapostgis

Read More
SpringBoot JPA in MySQL...

mysqlspring-bootjpaspring-data-jpajpa-2.0

Read More
DROP a table using Spring Boot...

spring-bootjpaspring-data-jpaentitymanager

Read More
MongoDB query for multiple and distinct values based on latest date...

mongodbjpa

Read More
IllegalSelectQueryException and InvalidDataAccessApiUsageException...

javasqlspringexceptionjpa

Read More
How can I get the session object if I have the entity-manager?...

javahibernatejpahibernate-entitymanager

Read More
How to check if Hibernate is getting an object from the L1 cache?...

javaspring-boothibernatejpa

Read More
Distinct results from Spring Data JPA Specification by one column...

spring-bootjpaspring-data-jpacriteriaquery

Read More
How to get collection from a list of detached entities?...

javahibernatejpapersistence

Read More
How to write data into another table after @PostUpdate action using Spring Data Jpa...

javaspringhibernatejpaspring-data-jpa

Read More
'Detached entity passed to persist' in OpenAPI UI, but not in Postman...

javadatabasejpaopenapiquarkus

Read More
What is the solution for the N+1 issue in JPA and Hibernate?...

javahibernatejpadesign-patternsorm

Read More
Hibernate batch breaks versioning for optimistic_force_increment...

hibernatejpaspring-data-jpaversionbatchsize

Read More
Postgresql giving syntax error for offset ? rows fetch first ? rows only...

postgresqlspring-boothibernatejpaspring-data-jpa

Read More
JPA one-to-many delete and set foreign key to null...

mysqlhibernatejpaspring-data-jpaone-to-many

Read More
JPA + Hibernate + Spring + OneToMany delete cascade...

javaspringhibernatespring-mvcjpa

Read More
Complex Inner Joins using Springboot JPA...

mysqlspring-bootjpajoinspring-data-jpa

Read More
Read from JPA repository No property .. found for type...

javaspringhibernatejpah2

Read More
glassfish 7 + jakarta ee 10 + hibernate entity manager java.lang.NoClassDefFoundError: org/hibernate...

javahibernatemavenjpajakarta-ee

Read More
Is possible to use JoinColumn to map OneToMany relation without ForeignKey and Association Entity?...

spring-boothibernatejpaspring-data-jpahibernate-mapping

Read More
Liquibase not executing for Spring Boot/MySQL app...

javamysqlspring-bootjpaliquibase

Read More
@Formula annotation gives an exception when entity is saved in RepositoryItemWriter...

javajpaspring-batchhibernate-annotations

Read More
Should Hibernate be able to handle overlapping foreign keys?...

hibernatejpaforeign-keyscomposite-keyoverlapping

Read More
What is the significance of @javax.persistence.Lob annotation in JPA?...

javajpaannotationsjava-ee-7

Read More
How to fix UnsatisfiedDependencyException: Error creating bean with name 'employeeController&#39...

javaspringspring-bootrestjpa

Read More
JPA connect to Derby Database with Hibernate-ORM related problem in Quarkus...

javaspringjpaderbyquarkus-hibernate-orm

Read More
Spring Boot and JPA with a H2 Database, Not a managed type Error for my entity...

javaspring-bootjpah2autocreate

Read More
Jpa Repository save() doesn't update existing data...

javaspring-bootjpaspring-data-jpa

Read More
H2 schema still generated when spring.jpa.generate-ddl=false...

javaspringhibernatespring-bootjpa

Read More
Spring Boot / Spring Data Jpa: Where is the property "spring.jpa.properties.hibernate.generate_...

javaspringspring-bootjpa

Read More
BackNext