public class ClusterServiceDAO extends Object
Constructor and Description |
---|
ClusterServiceDAO() |
Modifier and Type | Method and Description |
---|---|
void |
create(ClusterServiceEntity clusterServiceEntity) |
List<ClusterServiceEntity> |
findAll() |
ClusterServiceEntity |
findByClusterAndServiceNames(String clusterName,
String serviceName) |
ClusterServiceEntity |
findByPK(ClusterServiceEntityPK clusterServiceEntityPK) |
ClusterServiceEntity |
merge(ClusterServiceEntity clusterServiceEntity) |
void |
refresh(ClusterServiceEntity clusterServiceEntity) |
void |
remove(ClusterServiceEntity clusterServiceEntity) |
void |
removeByPK(ClusterServiceEntityPK clusterServiceEntityPK) |
public ClusterServiceEntity findByPK(ClusterServiceEntityPK clusterServiceEntityPK)
public ClusterServiceEntity findByClusterAndServiceNames(String clusterName, String serviceName)
public List<ClusterServiceEntity> findAll()
public void refresh(ClusterServiceEntity clusterServiceEntity)
public void create(ClusterServiceEntity clusterServiceEntity)
public ClusterServiceEntity merge(ClusterServiceEntity clusterServiceEntity)
public void remove(ClusterServiceEntity clusterServiceEntity)
public void removeByPK(ClusterServiceEntityPK clusterServiceEntityPK)
Copyright © 2022 Apache Software Foundation. All rights reserved.