Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bazaarvoice/commons-data-dao
BVCommons Data DAO
https://github.com/bazaarvoice/commons-data-dao
Last synced: 16 days ago
JSON representation
BVCommons Data DAO
- Host: GitHub
- URL: https://github.com/bazaarvoice/commons-data-dao
- Owner: bazaarvoice
- License: apache-2.0
- Created: 2012-05-01T16:27:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T08:34:56.000Z (9 months ago)
- Last Synced: 2024-11-05T18:17:43.590Z (2 months ago)
- Language: Java
- Size: 168 KB
- Stars: 2
- Watchers: 50
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Bazaarvoice Common Data DAO
======This project contains general data DAO modules.
```
commons-data-parent - Parent module
commons-data-model - The Data Model module contains generally useful classes for building up models
commons-data-dao - The DAO module contains general DAO interfaces and base classes for accessing data using any number of data sources
commons-data-json - Commons Data JSON contains many useful classes for working with JSON and JSON Schema
commons-data-mongodao - The Mongo DAO module is an implementation of the general DAO for MongoDB
```