rindow / rindow-persistence-orm
ORM persistence support
1.0.0
2020-04-02 06:42 UTC
Requires
- php: >=5.3.3
- interop-phpobjects/lenient-dao: *
- rindow/rindow-database-dao: 1.*
- rindow/rindow-stdlib: 1.*
Requires (Dev)
Suggests
- rindow/rindow-container: It needs some service container
- rindow/rindow-persistence-ormshell: It needs some orm manager
- rindow/rindow-transaction: It needs some transaction manager
This package is auto-updated.
Last update: 2024-10-29 05:47:20 UTC
README
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.