| Package | Description |
|---|---|
| org.apache.ambari.server.orm.dao | |
| org.apache.ambari.server.orm.entities |
| Modifier and Type | Method and Description |
|---|---|
SettingEntity |
SettingDAO.findByName(String name)
Find a setting with the given name.
|
SettingEntity |
SettingDAO.merge(SettingEntity entity)
Update setting instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<SettingEntity> |
SettingDAO.findAll()
Find all settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SettingDAO.create(SettingEntity entity)
Create a new setting entity.
|
SettingEntity |
SettingDAO.merge(SettingEntity entity)
Update setting instance.
|
| Modifier and Type | Method and Description |
|---|---|
SettingEntity |
SettingEntity.clone() |
Copyright © 2022 Apache Software Foundation. All rights reserved.