35363738394041
.getPropertyManager() .findPropertyById("next.dbid"); long oldValue = Long.parseLong(property.getValue()); long newValue = oldValue+idBlockSize; property.setValue(Long.toString(newValue)); return new IdBlock(oldValue, newValue-1); }