Package org.redisson.api.annotation
Annotation Interface RId
Specifies that the field is a Live Object's id field.
Only single field could be specified per class.
-
Optional Element Summary
Optional Elements
-
Element Details
-
generator
Class<? extends org.redisson.liveobject.resolver.RIdResolver<?>> generator(Optional) Live Object id generator. By default id is required to be fill during object creation.- See Also:
- Default:
org.redisson.liveobject.resolver.RequiredIdResolver.class
-