Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
ConfigGroupHostMappingEntity |
ConfigGroupHostMappingDAO.findByPK(ConfigGroupHostMappingEntityPK configGroupHostMappingEntityPK)
Return entity object which can be used for operations like remove
directly.
|
ConfigGroupHostMappingEntity |
ConfigGroupHostMappingDAO.merge(ConfigGroupHostMappingEntity configGroupHostMappingEntity) |
Modifier and Type | Method and Description |
---|---|
List<ConfigGroupHostMappingEntity> |
ConfigGroupHostMappingDAO.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigGroupHostMappingDAO.create(ConfigGroupHostMappingEntity configGroupHostMappingEntity) |
ConfigGroupHostMappingEntity |
ConfigGroupHostMappingDAO.merge(ConfigGroupHostMappingEntity configGroupHostMappingEntity) |
void |
ConfigGroupHostMappingDAO.refresh(ConfigGroupHostMappingEntity configGroupHostMappingEntity) |
void |
ConfigGroupHostMappingDAO.remove(ConfigGroupHostMappingEntity configGroupHostMappingEntity) |
Modifier and Type | Method and Description |
---|---|
Collection<ConfigGroupHostMappingEntity> |
ConfigGroupEntity.getConfigGroupHostMappingEntities() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigGroupEntity.setConfigGroupHostMappingEntities(Collection<ConfigGroupHostMappingEntity> configGroupHostMappingEntities) |
Copyright © 2022 Apache Software Foundation. All rights reserved.