rindow / rindow-module-mongodb
Rindow compatible mongodb components
Installs: 26
Dependents: 1
Suggesters: 3
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rindow/rindow-module-mongodb
Requires
- php: >=5.3.3
- interop-phpobjects/lenient-dao: *
- rindow/rindow-database-dao: 1.*
- rindow/rindow-stdlib: 1.*
Requires (Dev)
- interop-phpobjects/lenient-dao: *
- rindow/rindow-annotation: 1.*
- rindow/rindow-aop: 1.*
- rindow/rindow-container: 1.*
- rindow/rindow-database-dao: 1.*
- rindow/rindow-persistence-orm: 1.*
- rindow/rindow-persistence-ormshell: 1.*
- rindow/rindow-security-core: 1.*
- rindow/rindow-stdlib: 1.*
- rindow/rindow-transaction: 1.*
Suggests
- rindow/rindow-container: It needs some service container
- rindow/rindow-persistence-orm: When using the ORM Persistences
- rindow/rindow-persistence-ormshell: When using the ORM Persistences
- rindow/rindow-transaction: It needs some transaction manager
This package is auto-updated.
Last update: 2025-09-16 17:07:26 UTC
README
- Rindow compatible DataSource and Transaction manager interface.
- Rindow compatible Repository interface.(Repository is Programming style independent of database implementation that is compliant "Spring framework")
- Object Mapper abstract class for Rindow Ormshell.(Ormshell is "JPA 2.1" compliant ORM programing style supports.)
- Rindow compatible Paginator adaptor.
Transactional features of mongodb are currently ignored.