public interface BeanPersister
| Modifier and Type | Method and Description |
|---|---|
void |
delete(PersistRequestBean<?> request)
execute the delete bean request.
|
void |
insert(PersistRequestBean<?> request)
execute the insert bean request.
|
void |
update(PersistRequestBean<?> request)
execute the update bean request.
|
void insert(PersistRequestBean<?> request) throws javax.persistence.PersistenceException
javax.persistence.PersistenceExceptionvoid update(PersistRequestBean<?> request) throws javax.persistence.PersistenceException
javax.persistence.PersistenceExceptionvoid delete(PersistRequestBean<?> request) throws javax.persistence.PersistenceException
javax.persistence.PersistenceExceptionCopyright © 2014. All Rights Reserved.