public interface PersistenceHelper
| Modifier and Type | Method and Description |
|---|---|
void |
addEntity(SecurityEntity entity) |
org.hibernate.cfg.Configuration |
getConfiguration() |
void |
removeEntity(SecurityEntity entity) |
org.hibernate.Session |
retrieveSession() |
void |
updateEntity(SecurityEntity entity) |
static final String ROLE
void removeEntity(SecurityEntity entity) throws DataBackendException
DataBackendExceptionvoid updateEntity(SecurityEntity entity) throws DataBackendException
DataBackendExceptionvoid addEntity(SecurityEntity entity) throws DataBackendException
DataBackendExceptionorg.hibernate.cfg.Configuration getConfiguration()
org.hibernate.Session retrieveSession()
throws org.hibernate.HibernateException
org.hibernate.HibernateExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.