rindow/rindow-persistence-ormshell

It helps developers create implementations of ORM services.

1.0.0 2020-04-02 06:50 UTC

This package is auto-updated.

Last update: 2024-03-29 04:12:23 UTC


README

Master: Build Status

This module supports developers implementing the Java Persisitence API style ORM service.

It is useful when creating an alternative product if you only want to replace the ORM part in an environment where an existing ORM service can not be used.

This module provides an EntityManager interface used by applications, but no mapper is provided. The ORM service is completed by making the mapper suitable for your environment by the developer.