Class | Description |
---|---|
REntity.DEFAULT | |
RObjectField.DEFAULT |
Enum | Description |
---|---|
REntity.TransformationMode |
Annotation Type | Description |
---|---|
RCascade |
Specifies that the defined cascade types are applied to the object/objects contained in Live Object field.
|
REntity |
Specifies that the class is a Live Object.
|
RFieldAccessor |
Specifies that the method is a field accessor for Live Object.
|
RId |
Specifies that the field is a Live Object's id field.
|
RIndex |
Specifies that the field is used in search index.
|
RInject |
Specifies that the field value is filled up with RedissonClient instance.
|
RObjectField |
By default
namingScheme and/or codec parameters specified in REntity
are applied for each Live Object field. |
RRemoteAsync |
Annotation used to mark interface as asynchronous
client interface for remote service interface.
|
RRemoteReactive |
Annotation used to mark interface as Reactive
client interface for remote service interface.
|
RRemoteRx |
Annotation used to mark interface as RxJava2
client interface for remote service interface.
|
Copyright © 2014–2020 Redisson. All rights reserved.