static Concept getConcept_allowNull(Long id) { ret id == null ? null : getConcept(id); } static Concept getConcept_allowNull(Concepts cc, Long id) { ret id == null ? null : getConcept(cc, id); }