This is the root project for examples relative to building a data tier as a part of an application.
This project has declared the following modules:
Name | Description |
---|---|
Data Tier::JPA Root | This is the root project for examples relative to interacting with a RDBMS using JPA and Spring Data JPA Repository. |
Data Tier::Mongo Root | This is the root project for examples relative to interacting with a MongoDB using MongoTemplate and Spring Data MongoDB Repository. |
Data Tier::Validation Root | This is the root project for examples relative to using the Validation API. |