Spring Data is an umbrella open source project which contains many subprojects that are specific to a given database.
I recently discovered GridFS which I'd like to use for file storage with metadata. I just wondered if it's possible …
spring mongodb spring-data gridfs spring-data-mongodbAre you supposed to have one repository per table in JPA? If not, how do you resolve the generics in …
java jpa spring-data-jpa spring-dataI tried the Spring Guide Accessing Data with MongoDB. What I can't figure out is how do I configure my …
java spring mongodb spring-data spring-data-mongodbI am using spring-data-rest to expose entities as (paged) rest resources. Everything works fine, but when I request data via …
json spring rest spring-data spring-data-restI have a need to provide a secure connection to Redis from my microservices. So if I want to add …
spring-data spring-data-redisI use spring data and the JpaSpecificationExecutor::findAll method to fetch my models. How I could use query hints when …
java spring-data eclipselink specification-patternI have simple document with Java 8 date/time fields @Document public class Token { private Instant createdAt; ... } that I want to …
java java-8 spring-data spring-data-mongodb java-timeI have apache solr with multiple cores e.g. currency, country etc... So using Spring Data Solr I can retrieve …
spring spring-data spring-data-solrI'm currently building a REST API in which I want clients to easily filter on most properties of a specific …
spring spring-data spring-data-jpa spring-data-rest querydslI have not used Spring Data before but I've used Hibernate ORM a number of times for MySQL based application. …
spring mongodb spring-data spring-data-mongodb hibernate-ogm