rindow/rindow-persistence-orm

ORM persistence support

1.0.0 2020-04-02 06:42 UTC

This package is auto-updated.

Last update: 2024-05-29 04:48:09 UTC


README

Master: Build Status

This module defines a Java Persistence API (JPA) -like ORM interface and aims to be a vendor-independent ORM. The goal is to register interfaces defined here in interop-phpobjects in the future.

The ORM implementation is not included.

The following functions are defined.

  • Entitiy-Manager running on transaction manager.
  • Query criteria builder.
  • ORM under the DAO Repository

Currently annotations are not implemented.