public interface ProfileDAO extends EntityObjectDAO<Profile>
Modifier and Type | Method and Description |
---|---|
void |
save(Profile profile)
Saves a new DAO object to the persistence store.
|
load, remove, update
void save(Profile profile) throws org.springframework.dao.DataAccessException
profile
- The object to save.org.springframework.dao.DataAccessException
- A persistence exception has occurred.Copyright © 2020 Atlassian. All rights reserved.