@Transactional public class GraphContainerDaoImpl extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements GraphContainerDao
| Constructor and Description | 
|---|
GraphContainerDaoImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
delete(String containerId)
Looks up the given entity by its container id and afterwards deletes that entity. 
 | 
GraphContainerEntity | 
findContainerById(String containerId)
Returns the GraphContainerEntity identified by the containerId. 
 | 
GraphContainerEntity | 
findContainerInfoById(String containerId)
Returns the GraphContainerEntity, but only populating the properties. 
 | 
void | 
save(GraphContainerEntity graphContainerEntity)
Saves or Updates the entity. 
 | 
void | 
update(GraphContainerEntity graphContainerEntity)
Updates the given entity 
 | 
public void save(GraphContainerEntity graphContainerEntity)
GraphContainerDaosave in interface GraphContainerDaographContainerEntity - The entity to save or updatepublic void update(GraphContainerEntity graphContainerEntity)
GraphContainerDaoupdate in interface GraphContainerDaopublic GraphContainerEntity findContainerById(String containerId)
GraphContainerDaofindContainerById in interface GraphContainerDaocontainerId - The containerId of the entitypublic GraphContainerEntity findContainerInfoById(String containerId)
GraphContainerDaofindContainerInfoById in interface GraphContainerDaocontainerId - The container id of the entitypublic void delete(String containerId)
GraphContainerDaodelete in interface GraphContainerDaocontainerId - the container id of the entity.Copyright © 2020. All rights reserved.