Hi
I have JpaAdvertiseCacheRepositoryImpl which is a custom repository implementation of SpringDataJpa. I need this for a complicated criteria.
I managed to do filter criterias via Predicates...
Type: Posts; User: Mircea Stanciu; Keyword(s):
Hi
I have JpaAdvertiseCacheRepositoryImpl which is a custom repository implementation of SpringDataJpa. I need this for a complicated criteria.
I managed to do filter criterias via Predicates...
Thank you very much Mark. You pointed me on right direction.
Hi, I am using these libraries in my project
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>...