https://github.com/mat3e/olingo-jpa
Helpers for mixing Apache Olingo (OData 4) with Spring and Hibernate ecosystem
https://github.com/mat3e/olingo-jpa
odata olingo olingo-jpa spring
Last synced: about 1 year ago
JSON representation
Helpers for mixing Apache Olingo (OData 4) with Spring and Hibernate ecosystem
- Host: GitHub
- URL: https://github.com/mat3e/olingo-jpa
- Owner: mat3e
- License: mit
- Created: 2017-06-12T14:31:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T10:11:49.000Z (over 8 years ago)
- Last Synced: 2024-04-14T07:38:51.553Z (about 2 years ago)
- Topics: odata, olingo, olingo-jpa, spring
- Language: Java
- Size: 63.5 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/mat3e/olingo-jpa)
# Olingo-JPA
Helpers and utility classes for using Apache Olingo (OData 4) in Spring and Hibernate ecosystem.
* Configuration by annotations
* OData Entities close to JPA Entities
* Template classes for Apache Olingo
Example app which uses the solution: [Snapgram](https://github.com/sollersconsulting/confitura2017/tree/master/snapgram)
***
[OData (Open Data Protocol) 4](http://www.odata.org/)
[OData documentation](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html)
[Apache Olingo](https://olingo.apache.org/)