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