public class TopologyHostRequestDAO extends Object
Constructor and Description |
---|
TopologyHostRequestDAO() |
Modifier and Type | Method and Description |
---|---|
void |
create(TopologyHostRequestEntity requestEntity) |
List<TopologyHostRequestEntity> |
findAll() |
TopologyHostRequestEntity |
findById(Long id) |
TopologyHostRequestEntity |
merge(TopologyHostRequestEntity requestEntity) |
void |
remove(TopologyHostRequestEntity requestEntity) |
public TopologyHostRequestEntity findById(Long id)
public List<TopologyHostRequestEntity> findAll()
public void create(TopologyHostRequestEntity requestEntity)
public TopologyHostRequestEntity merge(TopologyHostRequestEntity requestEntity)
public void remove(TopologyHostRequestEntity requestEntity)
Copyright © 2022 Apache Software Foundation. All rights reserved.