@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)
GraphContainerDao
save
in interface GraphContainerDao
graphContainerEntity
- The entity to save or updatepublic void update(GraphContainerEntity graphContainerEntity)
GraphContainerDao
update
in interface GraphContainerDao
public GraphContainerEntity findContainerById(String containerId)
GraphContainerDao
findContainerById
in interface GraphContainerDao
containerId
- The containerId of the entitypublic GraphContainerEntity findContainerInfoById(String containerId)
GraphContainerDao
findContainerInfoById
in interface GraphContainerDao
containerId
- The container id of the entitypublic void delete(String containerId)
GraphContainerDao
delete
in interface GraphContainerDao
containerId
- the container id of the entity.Copyright © 2021. All rights reserved.