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