Ebean is an object–relational mapping product written in Java. It is designed to be simpler to use and understand than JPA (Java Persistence API) or JDO (Java Data Objects) products.
Although Ebean has full ORM features (equivalent to JPA) it also has incorporated ‘SQL/Relational’ features.
It uses JPA mapping annotations. Extra mappings ebean provides include:
@DbJson, @DbArray, @DbPartition, @History, @WhenModified, @WhoModified, @SoftDelete, @Encrypted, and more.
This is free and open source software.
Key Features
- Databases supported: H2, Postgres, MySql, NuoDB, PostGIS, MariaDB, SQL Server, Oracle, SAP Hana, CockroachDB, Clickhouse, Sqlite.
- Multiple abstraction levels:
- ORM Queries, mixed with SQL
- DTO Queries.
- SqlQuery and JDBC.
- Docker test containers are available for all supported databases.
- Database migrations – built in DB migration generation and running.
- Type safe queries.
- Automated query tuning.
- Produces high-quality SQL.
- Good performance.
Website: ebean.io
Support: Documentation, GitHub Code Repository
Developer: Ebean team
License: Apache License, Version 2.0
Ebean is written in Java. Learn Java with our recommended free books and free tutorials.
Related Software
| Java Object-Relational Mapping Software | |
|---|---|
| Hibernate ORM | Idiomatic persistence for Java and relational databases |
| MyBatis | Persistence framework with custom SQL and stored procedures |
| Apache Cayenne | Provides object-relational mapping (ORM) and remoting services |
| jOOQ | jOOQ Object Oriented Querying |
| DataNucleus | Supports JDO and JPA API's for persistence |
| Apache OpenJPA | Java persistence project |
| Ebean | Designed to be simpler to use and understand than JPA or JDO products |
| EclipseLink | Persistence solution addressing relational, XML, and database web services |
| Persism | Lightweight, auto discovery, autoconfiguration ORM |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

