Search code examples
Spring Data JDBC Save data as root entity...


javaspringspring-dataspring-data-jdbc

Read More
Spring Data JPA - how to set transient fields after retrieval...


springhibernatejpaspring-dataspring-data-jpa

Read More
JPA auto query generation using method name not working as expected...


spring-boothibernatespring-data-jpaspring-data

Read More
Is there any way to select specific columns and make them entity without creating any interface or D...


javaspringspring-bootspring-data-jpaspring-data

Read More
@Transactional annotation on save/saveAll vs @Transactional annotation on custom method which calls ...


spring-boothibernatejpaspring-data-jpaspring-data

Read More
Spring-Data JPA CrudRepository returns Iterable, is it OK to cast this to List?...


javaspringspring-bootspring-dataspring-data-jpa

Read More
How to retrieve actual type arguments of Spring Data repositories at runtime?...


javagenericsspring-data-jpaspring-data

Read More
QueryDsl - How to create Q classes with maven?...


springjpaspring-dataquerydsl

Read More
Problem when fetching the main node and its children, spring data neo4j...


springspring-bootspring-dataspring-data-neo4j

Read More
Join statements with multiple filters in Spring Data JPA...


spring-bootjpaspring-data-jpaspring-data

Read More
ON UPDATE CURRENT_TIMESTAMP and JPA...


sqlhibernatejpaspring-data

Read More
Spring boot can't find Repository bean...


spring-bootspring-mvcspring-dataspring-data-jdbc

Read More
How to conditionally expose data in Spring Data REST projection?...


springspring-dataspring-data-rest

Read More
Spring Data method name for custom query accepting and-connected multiple search strings...


javaspringspring-data-jpaspring-data

Read More
Can we use both MongoRepository and MongoTemplate in same application...


mongodb-queryspring-dataspring-data-mongodb

Read More
JPA Query with several different @Id columns...


javaspringspring-data-jpaspring-data

Read More
Spring Boot Repository of an interface...


javaspringspring-bootspring-data-jpaspring-data

Read More
Spring native query executed within a transaction taking outdated value...


spring-boottransactionsspring-dataspring-data-jpa

Read More
What are scenarios for using getReferenceById instead of findById in Spring Data Repositories with H...


hibernatespring-data

Read More
How to make the JobRegistry contain the job information on server restart in spring batch...


spring-bootspring-dataspring-batchspring-batch-adminspring-batch-job-monitoring

Read More
Spring Boot JPA multiple datasource error...


springhibernatejpaspring-bootspring-data

Read More
No property 'findAll' found for type 'Department'...


spring-bootspring-data-jpaspring-data

Read More
Spring Data @Query use VARCHAR instead of NVARCHAR...


javaspringhibernatespring-bootspring-data

Read More
Spring open projections + jackson: JsonType annotation written even if a @Value throws an exception...


jacksonspring-dataspring-data-neo4jspring-projections

Read More
Provide limit on Spring Data Mongo repository...


javamongodbmongodb-queryspring-dataspring-data-mongodb

Read More
Should I use Java 8 default methods for manually implemented Spring Data repository methods?...


javaspringspring-dataspring-data-jpa

Read More
Spring Data CrudRepository @Query With LIKE and IgnoreCase...


javaspring-dataspring-data-jpa

Read More
Custom method implementation in Spring Data fails with property not found error...


javaspringspring-bootspring-data-jpaspring-data

Read More
Configure H2 database for testing Spring...


javaspring-boottestingspring-data-jpaspring-data

Read More
Spring data-rest: set null value by PATCH request...


javaspringrestspring-data

Read More
BackNext