public class ConfigGroupHostMappingDAO extends Object
Constructor and Description |
---|
ConfigGroupHostMappingDAO() |
Modifier and Type | Method and Description |
---|---|
void |
create(ConfigGroupHostMappingEntity configGroupHostMappingEntity) |
List<ConfigGroupHostMappingEntity> |
findAll() |
Set<ConfigGroupHostMapping> |
findByGroup(Long groupId) |
Set<ConfigGroupHostMapping> |
findByHostId(Long hostId) |
ConfigGroupHostMappingEntity |
findByPK(ConfigGroupHostMappingEntityPK configGroupHostMappingEntityPK)
Return entity object which can be used for operations like remove
directly.
|
ConfigGroupHostMappingEntity |
merge(ConfigGroupHostMappingEntity configGroupHostMappingEntity) |
void |
refresh(ConfigGroupHostMappingEntity configGroupHostMappingEntity) |
void |
remove(ConfigGroupHostMappingEntity configGroupHostMappingEntity) |
void |
removeAllByGroup(Long groupId) |
void |
removeAllByHost(Long hostId) |
void |
removeByPK(ConfigGroupHostMappingEntityPK configGroupHostMappingEntityPK) |
public ConfigGroupHostMappingEntity findByPK(ConfigGroupHostMappingEntityPK configGroupHostMappingEntityPK)
configGroupHostMappingEntityPK
- public Set<ConfigGroupHostMapping> findByHostId(Long hostId)
public Set<ConfigGroupHostMapping> findByGroup(Long groupId)
public List<ConfigGroupHostMappingEntity> findAll()
public void create(ConfigGroupHostMappingEntity configGroupHostMappingEntity)
public ConfigGroupHostMappingEntity merge(ConfigGroupHostMappingEntity configGroupHostMappingEntity)
public void refresh(ConfigGroupHostMappingEntity configGroupHostMappingEntity)
public void remove(ConfigGroupHostMappingEntity configGroupHostMappingEntity)
public void removeByPK(ConfigGroupHostMappingEntityPK configGroupHostMappingEntityPK)
public void removeAllByGroup(Long groupId)
public void removeAllByHost(Long hostId)
Copyright © 2022 Apache Software Foundation. All rights reserved.