The current Spring Datastore Document reference guide has references to JPA (specifically, the JpaRepository) in code examples. Is it possible to use Spring JPA with non-relational datastores such as mongodb?
The current Spring Datastore Document reference guide has references to JPA (specifically, the JpaRepository) in code examples. Is it possible to use Spring JPA with non-relational datastores such as mongodb?