public class HostStateDAO extends Object
| Constructor and Description |
|---|
HostStateDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(HostStateEntity hostStateEntity) |
List<HostStateEntity> |
findAll() |
HostStateEntity |
findByHostId(Long hostId) |
HostStateEntity |
merge(HostStateEntity hostStateEntity) |
void |
refresh(HostStateEntity hostStateEntity) |
void |
remove(HostStateEntity hostStateEntity) |
void |
removeByHostId(Long hostId) |
public HostStateEntity findByHostId(Long hostId)
public List<HostStateEntity> findAll()
public void refresh(HostStateEntity hostStateEntity)
public void create(HostStateEntity hostStateEntity)
public HostStateEntity merge(HostStateEntity hostStateEntity)
public void remove(HostStateEntity hostStateEntity)
public void removeByHostId(Long hostId)
Copyright © 2022 Apache Software Foundation. All rights reserved.