See: Description
Class | Description |
---|---|
StoreAnnotationMapperUtils |
Utility classes to map to the
Store annotation. |
StoreParamsAnnotationMapper |
Maps the
StoreParams annotation to the Store annotation. |
StoreReturnAnnotationMapper |
Maps the
StoreReturn annotation to the Store annotation. |
StoreRootAnnotationMapper |
Enum | Description |
---|---|
StoringStrategy |
Defines the way the instance that will be stored in the Store Manager.
|
Annotation Type | Description |
---|---|
Store |
An around annotation for methods which simplifies storing objects in an associated Storage Manager.
|
StoreParams |
An around annotation for methods which simplifies storing objects in an associated Store Manager.
|
StoreReturn |
An around annotation for methods which simplifies storing objects in an associated Store Manager.
|
StoreRoot |
An around annotation for methods which saves the Root Object of a MicroStream instance.
|