Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rindow/rindow-persistence-orm

ORM persistence support
https://github.com/rindow/rindow-persistence-orm

dao-design-pattern framework orm php template

Last synced: 7 days ago
JSON representation

ORM persistence support

Awesome Lists containing this project

README

        

ORM persistence support
=======================

Master: [![Build Status](https://travis-ci.com/rindow/rindow-persistence-orm.png?branch=master)](https://travis-ci.com/rindow/rindow-persistence-orm)

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.