Search code examples
Spring data @Query insert, DBC style parameters (?) are not supported for JPA queries...

springjpaspring-data-jpaspring-data

Read More
JpaRepository vs CRUDRepository findAll...

spring-dataspring-data-jpa

Read More
Spring boot data.sql avoid multiple execution on every startup...

springspring-bootspring-data

Read More
Sorting a custom JPA query with pageable...

springsortingpaginationspring-dataspring-data-jpa

Read More
Spring Data MongoDB Annotation @CreatedDate isn't working, when ID is assigned manually...

javaspringmongodbspring-dataspring-data-mongodb

Read More
How to do a Mongo aggregation query in Spring Data?...

javaspringmongodbspring-dataspring-data-mongodb

Read More
How to use OrderBy with findAll in Spring Data...

springsortingspring-data-jpaspring-datafindall

Read More
How to map element ID to DTO object field?...

javaneo4jspring-data

Read More
Exception in monitor thread while connecting to server localhost:27017 while accessing MongoDB with ...

javamongodbspring-dataspring-data-mongodbremote-host

Read More
@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
BackNext