Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

How to remove Spring Data CustomConversions warnings from application startup?

Spring Data query from method doesn't recognize column

hibernate spring-data

@Query returning Object instead of entity

Switching @Query to nativeQuery causes PropertyReferenceException

spring jpa spring-data

How to query for Map values with Spring Data JPA?

Using JpaRepository difference between deleteBy and removeBy

spring jpa spring-data

How to set FlushMode to COMMIT in SPRING DATA for a single method

Is it possible to combine MyBatis and QueryDSL/jOOQ?

Throwing a RuntimeException causes the transaction to rollback, but Exception doesn't in a spring boot app

LazyInitializationException with Spring Data JpaRepositories

How to remove hypermedia elements from representations produced by Spring Data REST?

Spring data query by Example

How to query LocalDateTime with LocalDate?

Spring Data Projection and Error: "No aliases found in result tuple! Make sure your query defines aliases!"

@CreationTimestamp and @UpdateTimestamp don't work in Kotlin

Spring data findAll() does not fetch eagerly

Regular expression Spring data mongodb repositories

com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of org.springframework.data.domain.Sort out of START_ARRAY token

java json jackson spring-data

Spring Data JPA - The statement did not return a result set

Is there any Spring Annotation to Set Default value for a Field (Mongo)?

spring mongodb spring-data