Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myspring-data-foundationdb

a try of a spring data foundationdb community project

Build Status

Quick Start

Maven configuration

Add the Maven dependency:

<dependency>
    <groupId>de.h2cl.spring.data</groupId>
    <artifactId>myspring-data-foundationdb</artifactId>
    <version>0.0.1-SNAPSHOT</version>
</dependency>

FoundationDbRepository

A default implementation of FoundationDbRepository, aligning to the generic Repository Interfaces, is provided. Spring can do the Repository implementation for you depending on method names in the interface definition.

The FoundationDbRepository extends PagingAndSortingRepository

    public interface FoundationDbRepository<T, ID extends Serializable> extends PagingAndSortingRepository<T, ID> {
    }

ToDo

About

a try of a spring data foundationdb community project

Topics

Resources

Code of conduct

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages