Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
ViewInstanceDataEntity |
ViewInstanceDAO.mergeData(ViewInstanceDataEntity viewInstanceDataEntity)
Merge the state of the given entity data into the current persistence context.
|
Modifier and Type | Method and Description |
---|---|
ViewInstanceDataEntity |
ViewInstanceDAO.mergeData(ViewInstanceDataEntity viewInstanceDataEntity)
Merge the state of the given entity data into the current persistence context.
|
void |
ViewInstanceDAO.removeData(ViewInstanceDataEntity viewInstanceDataEntity)
Remove the entity instance data.
|
Modifier and Type | Method and Description |
---|---|
ViewInstanceDataEntity |
ViewInstanceEntity.getInstanceData(String key)
Get the instance data entity for the given key.
|
Modifier and Type | Method and Description |
---|---|
Collection<ViewInstanceDataEntity> |
ViewInstanceEntity.getData()
Get the instance data.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewInstanceEntity.setData(Collection<ViewInstanceDataEntity> data)
Set the collection of instance data entities.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.