public class TopologyRequestDAO extends Object
Constructor and Description |
---|
TopologyRequestDAO() |
Modifier and Type | Method and Description |
---|---|
void |
create(TopologyRequestEntity requestEntity) |
List<TopologyRequestEntity> |
findAll() |
List<TopologyRequestEntity> |
findAllProvisionRequests() |
List<TopologyRequestEntity> |
findByClusterId(long clusterId) |
TopologyRequestEntity |
findById(Long id) |
TopologyRequestEntity |
merge(TopologyRequestEntity requestEntity) |
void |
remove(TopologyRequestEntity requestEntity) |
void |
removeAll(Long clusterId)
Removes all
TopologyRequestEntity that are associated with the specified cluster ID. |
void |
removeByPK(Long requestId) |
public TopologyRequestEntity findById(Long id)
public List<TopologyRequestEntity> findByClusterId(long clusterId)
public List<TopologyRequestEntity> findAll()
public List<TopologyRequestEntity> findAllProvisionRequests()
public void create(TopologyRequestEntity requestEntity)
public TopologyRequestEntity merge(TopologyRequestEntity requestEntity)
public void remove(TopologyRequestEntity requestEntity)
public void removeByPK(Long requestId)
public void removeAll(Long clusterId)
TopologyRequestEntity
that are associated with the specified cluster ID.clusterId
- the cluster ID.Copyright © 2022 Apache Software Foundation. All rights reserved.