2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
5 package com
.smartitengineering
.dao
.common
;
7 import com
.smartitengineering
.domain
.PersistentDTO
;
13 public interface CommonWriteDao
<Template
extends PersistentDTO
> {
15 public void save(Template
... states
);
17 public void update(Template
... states
);
19 public void delete(Template
... states
);