rindow / rindow-module-mongodb
Rindow compatible mongodb components
1.0.1
2020-04-16 03:58 UTC
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: 2024-10-16 15:13:53 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.