Interface GenericWriteOnlyDao<T,K>
public interface GenericWriteOnlyDao<T,K>
API for a generic write-only DAO.
-
Method Summary
-
Method Details
-
persist
Persist a new entity.- Parameters:
entity- the entity to add- Returns:
- the primary key
-