Module rxmicro.data.mongo
The module to work with dynamic repositories for interaction with Mongo DB.
This module follows the next package structure rules:
-
io.rxmicro.data.mongo- is root module package that contains:-
internal- is sub package with classes for current module use only. -
local- is shared sub package, which can be used by otherrxmicromodules only. -
detail- is sub package for generated code byRxMicro Annotation Processoruse preferably.
Developer must not use classes from this sub package!
(Except documented abilities: HTTP internal types, partial implementations, etc.) - any other sub packages and root package - are public API that available for usage.
-
- Since:
- 0.1
- Author:
- nedis
-
-
Packages
Exports Package Description io.rxmicro.data.mongo The root package for therxmicro.data.mongomodule.io.rxmicro.data.mongo.detail Used by generated code that created by theRxMicro Annotation Processor.io.rxmicro.data.mongo.operation The package for therxmicro.data.modulemodule that provides all supported Mongo operations.
-