Beispiel #1
0
 public static void setId(Identifiable identifiable, Long id) {
   ReflectionUtils.set(identifiable, "id", id);
 }