rindow / rindow-persistence-ormshell
It helps developers create implementations of ORM services.
1.0.0
2020-04-02 06:50 UTC
Requires
- php: >=5.3.3
- interop-phpobjects/lenient-transaction: *
- rindow/rindow-database-dao: 1.*
- rindow/rindow-persistence-orm: 1.*
- rindow/rindow-stdlib: 1.*
Requires (Dev)
Suggests
- rindow/rindow-container: It needs some service container
- rindow/rindow-database-pdo: When using SQL databases
- rindow/rindow-module-mongodb: When using Mongodb etc.
- rindow/rindow-transaction: When using transaction
This package is auto-updated.
Last update: 2024-10-29 05:41:18 UTC
README
This module supports developers implementing the Java Persisitence API style ORM service.
It is useful when creating an alternative product if you only want to replace the ORM part in an environment where an existing ORM service can not be used.
This module provides an EntityManager interface used by applications, but no mapper is provided. The ORM service is completed by making the mapper suitable for your environment by the developer.