Annotation Interface ReadOnlyId


@Documented @Target({FIELD,TYPE}) @Retention(RUNTIME) public @interface ReadOnlyId
The field is identity and will be excluded by add/addAll/batchAdd and update/updateAll/batchUpdate operations if the input is an entity.