Beispiel #1
0
 /**
  * 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());
 }