Package io.helidon.data


package io.helidon.data
Helidon Data Repository.

The Helidon Data Repository provides unified API to work with database queries. Data repository queries are an abstraction on top of Object–Relational Mapping (ORM). They allow compile time translation of interfaces with query definitions into implementing classes.

Data repository queries are methods of interfaces that extend Data.GenericRepository. Data repository queries can be implemented in three ways:

This is a preview feature of Helidon - it is ready for production use, but we reserve the rights to change APIs without the usual deprecation process. This feature will be backward compatible within a major version of Helidon.