- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
@Override public EndpointProfileSchemaDto findProfileSchemaById(String id) { validateSqlId(id, "Can't find profile schema. Invalid profile schema id: " + id); return getDto(profileSchemaDao.findById(id)); }
profileSchemaDto.setCreatedTime(System.currentTimeMillis()); } else { EndpointProfileSchemaDto oldProfileSchemaDto = getDto(profileSchemaDao.findById(id)); if (oldProfileSchemaDto != null) { oldProfileSchemaDto.editFields(profileSchemaDto);