Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rindow/rindow-persistence-orm
- Owner: rindow
- License: bsd-3-clause
- Created: 2018-11-26T04:48:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T06:45:47.000Z (over 4 years ago)
- Last Synced: 2024-08-15T10:21:52.940Z (3 months ago)
- Topics: dao-design-pattern, framework, orm, php, template
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 RepositoryCurrently annotations are not implemented.