Search code examples
HHH000506: Detaching an uninitialized collection with enabled filters from a session...


springhibernatespring-data-jpavaadin

Read More
Technical differences between Spring Data JPA's findFirst and findTop...


javaspring-data-jpa

Read More
Using LocalContainerEntityManagerFactoryBean.setManagedTypes instead of @EntityScan (Spring Boot)...


javaspring-boothibernatejpaspring-data-jpa

Read More
Circular dependency while injecting JPA repository to implementation...


javaspringspring-bootspring-data-jpacircular-dependency

Read More
findFirstByOrderByUsernameAsc(String username) causes build failure in my code...


spring-bootspring-data-jpa

Read More
Does Redis save long as Int?...


spring-bootkotlinredisspring-data-jpaspring-data-redis

Read More
JPA Native Query. Cannot select specific columns...


springspring-bootspring-data-jpa

Read More
confused about Session.persist() and Session.save()...


javaspringhibernatespring-data-jpa

Read More
Spring data JPA query with parameter properties...


springjpaspring-dataspring-data-jpa

Read More
How to convert URI to object in custom spring-data-rest controller?...


spring-bootspring-data-jpaspring-data-restspring-hateoas

Read More
How to set hibernate.format_sql in spring-boot?...


javaspringspring-bootspring-data-jpa

Read More
JPA Soft Delete Repository + Auditing...


javaspringjpaspring-data-jpa

Read More
JPA Query With Pageable Result Throws Exception (Says not Pageable it should be)...


postgresqlhibernatejpaspring-data-jpa

Read More
Filtering using EntityGraph in Spring Data JPA Repository...


javaspringjpaspring-bootspring-data-jpa

Read More
Spring-Data @Version-Property inspection does not work with primitives for Entity State Detection...


javaspring-boothibernatejpaspring-data-jpa

Read More
Spring Boot @OneToOne bidirectional relationship lazy loading does not work...


javaspringspring-bootspring-data-jpa

Read More
spring boot repository findAll() too slow...


javaspring-bootspring-data-jpa

Read More
Spring Boot TestContainers Mapped port can only be obtained after the container is started...


javaspring-data-jpatestcontainers

Read More
How to use array functions in JPA Query without using Native Query?...


javaspringspring-bootspring-data-jpa

Read More
Trying to figure out how to join/link 3 different spring boot entities...


javaspring-bootrestspring-data-jpamodel

Read More
Ignore field for query in spring-r2dbc...


spring-bootspring-data-jpaspring-dataspring-webfluxspring-data-r2dbc

Read More
Cannot resolve the name 'repository:repository' to a(n) 'type definition' component....


xmlspringspring-data-jpa

Read More
One to Many relationship, update data in spring boot is not working...


javaspringspring-bootspring-data-jpa

Read More
Spring @Transactional - isolation, propagation...


javaspring-data-jpatransactionsisolationpropagation

Read More
how to Resolve "could not initialize proxy - no session" error when using Spring repositor...


spring-boothibernatespring-data-jpamicroservicesmulti-tenant

Read More
Spring Boot JPA: Unable to add multiple products to cart - Duplicate entry error for unique constrai...


javaspring-bootspring-data-jpa

Read More
Getting next value from sequence with jpa repository in postgreSQL...


javapostgresqljpaspring-data-jpaspring-data

Read More
JPQL cant recognize column...


spring-bootjpaspring-data-jpajpql

Read More
Generated column isn't returned by save() when performing an update...


spring-bootspring-data-jpa

Read More
Check jsonb array element existence in spring data jpa native query...


javasqlpostgresqlspring-data-jpajsonb

Read More
BackNext