Home

Awesome

Helios - JPA

Scala library of JPA utilities

Introduction

Helios-jpa is one of the modules composing the Helios project - a multifaceted Scala library.

The main purpose of Helios-jpa is providing JPA-related utilities - in particular, handy extension methods for EntityManagerFactory and EntityManager available via the Includes object; to use it, just import its extension methods:

import info.gianlucacosta.helios.jpa.Includes._

Helios is meant to evolve over time - please refer to its Scaladoc or its source code for more details on its current packages.

Installation

For further information about downloading or referencing the library via Gradle or Maven, please visit its page on Hephaestus, my Gradle/Maven repository.

Helios-jpa is also an OSGi bundle.

Further references