Coding

Ebean – persistence for Java

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 ORMIdiomatic persistence for Java and relational databases
MyBatisPersistence framework with custom SQL and stored procedures
Apache CayenneProvides object-relational mapping (ORM) and remoting services
jOOQjOOQ Object Oriented Querying
DataNucleusSupports JDO and JPA API's for persistence
Apache OpenJPAJava persistence project
EbeanDesigned to be simpler to use and understand than JPA or JDO products
EclipseLinkPersistence solution addressing relational, XML, and database web services
PersismLightweight, auto discovery, autoconfiguration ORM

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments