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