项目作者: rindow

项目描述 :
ORM persistence support
高级语言: PHP
项目地址: git://github.com/rindow/rindow-persistence-orm.git
创建时间: 2018-11-26T04:48:00Z
项目社区:https://github.com/rindow/rindow-persistence-orm

开源协议:BSD 3-Clause "New" or "Revised" License

下载


ORM persistence support

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.