Search code examples
@Transactional rollback is not working in spring boot application?...


javaspringspring-bootspring-data-jpaspring-data

Read More
How to easy implement 'REST API query language' with Querydsl and Spring Data to filter the ...


springrestspring-bootspring-dataquerydsl

Read More
Spring Data JPA map the native query result to Non-Entity POJO...


springhibernatejpaspring-datapojo

Read More
Using query parameter of type not supported in Spring Data JDBC?...


javaspringtype-conversionspring-dataspring-data-jdbc

Read More
Error while fetching enum value from database: No enum constant, nested exception is java.lang.Illeg...


javaspring-boothibernateenumsspring-data

Read More
spring MongoRepository Query regex...


javaspring-dataspring-data-mongodb

Read More
Hibernate @Filter does not work with Spring JpaRepository.findById method...


javahibernatespring-data

Read More
Can I limit the result of JPQL to just return one result?...


springjpaspring-dataspring-data-jpajpql

Read More
Dynamic Queries in Spring Data JPA...


springhibernatejpaspring-dataspring-data-jpa

Read More
How to map from Page<ObjectOne> to Page<ObjectTwo> in Spring Data 2?...


javaspring-bootspring-datapageable

Read More
SimpleJdbcCall fails to execute stored procedure in Postgresql...


postgresqlspring-datasimplejdbccall

Read More
Spring Data specifications with correlated subquery...


springjpaspring-datapredicatespecifications

Read More
Spring Data JPA findAll with different EntityGraph...


javaspringspring-data-jpaspring-dataentitygraph

Read More
Spring Data: JPA repository findAll() to return *Map instead of List?...


javaspring-bootspring-dataspring-data-jpa

Read More
Hibernate fetching object linked to current user...


javahibernatepaginationspring-data

Read More
Getting different results from Spring JPA query vs raw SQL in console...


mysqlsqljpaspring-data-jpaspring-data

Read More
Dynamic spring data jpa repository query with arbitrary AND clauses...


javaspringspring-dataspring-data-jpaquerydsl

Read More
Equivalent to DataJpaTest for Spring Data's ReactiveCrudRepository and R2DBC...


javaspringspring-dataspring-data-r2dbcr2dbc

Read More
Implementing custom methods of Spring Data repository and exposing them through REST...


javaspringrestjpaspring-data

Read More
How to add custom method to Spring Data JPA...


javaspring-dataspring-data-jpa

Read More
Spring Boot & MongoDB how to remove the '_class' column?...


spring-dataspring-boot

Read More
How to select from subclass entity property using Spring Data / JPQL?...


hibernatejpaspring-data-jpaspring-datajpql

Read More
hibernate.jdbc.time_zone property of spring boot config does not work in spring version 3.2.1...


spring-boothibernatejdbcspring-data-jpaspring-data

Read More
Spring Data JPA: How to find one column inside a collection?...


spring-data-jpaspring-data

Read More
Paging and sorting over Collection...


sortingpaginationspring-datavaadin8

Read More
UUID vs Long primary key...


databasespring-bootspring-data

Read More
Is it better to use JpaRepository or EntityManager in a Spring application?...


springjpaspring-dataentitymanager

Read More
How to disable count when Specification and Pageable are used together?...


springspring-data-jpaspring-data

Read More
What are relations between Spring Data, Spring Data JPA and Hibernate?...


javahibernatespring-data-jpaspring-data

Read More
How to limit result in @Query used in Spring Data Repository...


hibernatespring-dataspring-data-jpahql

Read More
BackNext