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
DataBackendException
void updateEntity(SecurityEntity entity) throws DataBackendException
DataBackendException
void addEntity(SecurityEntity entity) throws DataBackendException
DataBackendException
org.hibernate.cfg.Configuration getConfiguration()
org.hibernate.Session retrieveSession() throws org.hibernate.HibernateException
org.hibernate.HibernateException
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.