コード例 #1
0
 @Override
 protected String getCollectionName() {
   return CollectionEnum.RELATIONS.getName();
 }
コード例 #2
0
ファイル: Relation.java プロジェクト: heaptrip/heaptrip
 @Override
 public String getCollectionName() {
   return CollectionEnum.RELATIONS.getName();
 }