https://github.com/playframework/play-ebean
Play Ebean module
https://github.com/playframework/play-ebean
ebean java orm playframework
Last synced: about 1 month ago
JSON representation
Play Ebean module
- Host: GitHub
- URL: https://github.com/playframework/play-ebean
- Owner: playframework
- License: apache-2.0
- Created: 2014-11-27T03:43:03.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T18:30:45.000Z (about 1 year ago)
- Last Synced: 2024-04-14T04:23:04.924Z (about 1 year ago)
- Topics: ebean, java, orm, playframework
- Language: Java
- Homepage:
- Size: 691 KB
- Stars: 98
- Watchers: 15
- Forks: 70
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Play Ebean
[](https://x.com/playframework)
[](https://discord.gg/g5s2vtZ4Fa)
[](https://github.com/playframework/playframework/discussions)
[](https://stackoverflow.com/tags/playframework)
[](https://www.youtube.com/channel/UCRp6QDm5SDjbIuisUpxV9cg)
[](https://www.twitch.tv/playframework)
[](https://opencollective.com/playframework)[](https://github.com/playframework/play-ebean/actions/workflows/build-test.yml)
[](https://mvnrepository.com/artifact/org.playframework/play-ebean_2.13)
[](https://github.com/playframework/play-ebean)
[](https://scala-steward.org)
[](https://mergify.com)This module provides Ebean support for Play Framework.
## Releases
The Play Ebean plugin supports several different versions of Play and Ebean.
| Plugin version | Play version | Ebean version |
|--------------------------------------------------------------------------------------------------------|--------------|----------------|
| 8.3.0 | 3.0.2+ | 15.1.0 |
| 8.2.0 | 3.0.2+ | 15.0.1 |
| 8.1.0 | 3.0.1+ | 13.23.0 |
| 8.0.0 | 3.0.0+ | 13.17.3 |
| 7.3.0 | 2.9.2+ | 15.1.0 |
| 7.2.0 | 2.9.2+ | 15.0.1 |
| 7.1.0 | 2.9.1+ | 13.23.0 |
| 7.0.0 | 2.9.0+ | 13.17.3 |
| 6.2.0
**! [Important notes](https://github.com/playframework/play-ebean/releases/tag/6.2.0-RC4) !** | 2.8.18+ | 12.16.1 |
| 6.0.0 | 2.8.1 | 11.45.1 |
| 5.0.2 | 2.7.0 | 11.39.x |
| 5.0.1 | 2.7.0 | 11.32.x |
| 5.0.0 | 2.7.0 | 11.22.x |
| 4.1.4 | 2.6.x | 11.32.x |
| 4.1.3 | 2.6.x | 11.15.x |
| 4.1.0 | 2.6.x | 11.7.x |
| 4.0.6 | 2.6.x | 10.4.x |
| 4.0.2 | 2.6.x | 10.3.x |
| 3.2.0 | 2.5.x | 10.4.x |
| 3.1.0 | 2.5.x | 8.2.x |
| 3.0.2 | 2.5.x | 7.6.x |
| 3.0.1 | 2.5.x | 6.18.x |
| 2.0.0 | 2.4.x | 6.8.x |
| 1.0.0 | 2.4.x | 4.6.x |> * Release Candidate: these releases are not stable and should not be used in production.
We also recommend using the payintech fork: https://github.com/payintech/play-ebean
## Releasing a new version
See https://github.com/playframework/.github/blob/main/RELEASING.md