コード例 #1
0
ファイル: BaseMediatype.java プロジェクト: ntamvl/aipo
 /**
  * Stores the object in the database. If the object is new, it inserts it; otherwise an update is
  * performed.
  */
 public void save() throws Exception {
   save(MediatypePeer.getMapBuilder().getDatabaseMap().getName());
 }