public class DefaultGraphRepository extends Object implements GraphRepository
Constructor and Description |
---|
DefaultGraphRepository(SessionUtils sessionUtils,
GraphContainerDao graphContainerDao) |
Modifier and Type | Method and Description |
---|---|
void |
deleteContainer(String containerId) |
GenericGraphContainer |
findContainerById(String containerId) |
GraphContainerInfo |
findContainerInfoById(String containerId) |
void |
save(GraphContainerInfo containerInfo) |
void |
save(ImmutableGraphContainer graphContainer) |
public DefaultGraphRepository(SessionUtils sessionUtils, GraphContainerDao graphContainerDao)
public GenericGraphContainer findContainerById(String containerId)
findContainerById
in interface GraphRepository
public GraphContainerInfo findContainerInfoById(String containerId)
findContainerInfoById
in interface GraphRepository
public void deleteContainer(String containerId)
deleteContainer
in interface GraphRepository
public void save(ImmutableGraphContainer graphContainer)
save
in interface GraphRepository
public void save(GraphContainerInfo containerInfo)
save
in interface GraphRepository
Copyright © 2021. All rights reserved.