public class ClusterStateDAO extends Object
Constructor and Description |
---|
ClusterStateDAO() |
Modifier and Type | Method and Description |
---|---|
void |
create(ClusterStateEntity clusterStateEntity) |
List<ClusterStateEntity> |
findAll() |
ClusterStateEntity |
findByPK(long clusterId) |
ClusterStateEntity |
merge(ClusterStateEntity clusterStateEntity) |
void |
refresh(ClusterStateEntity clusterStateEntity) |
void |
remove(ClusterStateEntity clusterStateEntity) |
void |
removeByPK(long clusterId) |
public ClusterStateEntity findByPK(long clusterId)
public List<ClusterStateEntity> findAll()
public void refresh(ClusterStateEntity clusterStateEntity)
public void create(ClusterStateEntity clusterStateEntity)
public ClusterStateEntity merge(ClusterStateEntity clusterStateEntity)
public void remove(ClusterStateEntity clusterStateEntity)
public void removeByPK(long clusterId)
Copyright © 2022 Apache Software Foundation. All rights reserved.