コード例 #1
0
 public static void delete(Long id) {
   find.ref(id).delete();
 }
コード例 #2
0
 public static IdentityDocType get(Long id) {
   return find.ref(id);
 }
コード例 #3
0
ファイル: Doctor.java プロジェクト: ArtemVoronov/mis_nsu
 public static Doctor get(Long id) {
   return find.ref(id);
 }