Commit Graph

2 Commits

Author SHA1 Message Date
Jens Schauder
7696f5a1de Initial setup of infrastructure.
Created a maven project based on Spring Data JPA. Created JdbcRepositoryFactory, which actually creates Repositories. Wired the construction of meta data. Implemented a dummy version of saving an entity to demonstrate availability of meta data. Included a simple test for exercising the JdbcRepositoryFactory and the resulting JdbcRepository.

Related pull request: #5.
2017-06-19 13:20:10 +02:00
Jens Schauder
74b4d6423e Initial commit.
.gitignore is just a copy from spring-data-jpa
readme.md is copied from spring-data-jpa and then almost everything removed
2017-02-17 11:08:07 +01:00