Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.upgrade |
Modifier and Type | Method and Description |
---|---|
ArtifactEntity |
ArtifactDAO.findByNameAndForeignKeys(String artifactName,
TreeMap<String,String> foreignKeys)
Find an artifact with the given name and foreign keys.
|
ArtifactEntity |
ArtifactDAO.merge(ArtifactEntity artifactEntity)
Merge the state of the given entity into the current persistence context.
|
Modifier and Type | Method and Description |
---|---|
List<ArtifactEntity> |
ArtifactDAO.findByForeignKeys(TreeMap<String,String> foreignKeys)
Find all artifacts for the specified foreign keys.
|
List<ArtifactEntity> |
ArtifactDAO.findByName(String artifactName)
Find all artifacts for the specified artifact name.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactDAO.create(ArtifactEntity entity)
Make an instance managed and persistent.
|
ArtifactEntity |
ArtifactDAO.merge(ArtifactEntity artifactEntity)
Merge the state of the given entity into the current persistence context.
|
void |
ArtifactDAO.refresh(ArtifactEntity entity)
Refresh the state of the instance from the database,
overwriting changes made to the entity, if any.
|
void |
ArtifactDAO.remove(ArtifactEntity artifactEntity)
Remove the entity instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UpgradeCatalog260.updateKerberosDescriptorArtifact(ArtifactDAO artifactDAO,
ArtifactEntity artifactEntity)
Update the specified Kerberos Descriptor artifact to conform to the new structure.
|
protected void |
UpgradeCatalog270.updateKerberosDescriptorArtifact(ArtifactDAO artifactDAO,
ArtifactEntity artifactEntity) |
protected void |
UpgradeCatalog252.updateKerberosDescriptorArtifact(ArtifactDAO artifactDAO,
ArtifactEntity artifactEntity)
Update the specified Kerberos Descriptor artifact to conform to the new structure.
|
protected void |
AbstractUpgradeCatalog.updateKerberosDescriptorArtifact(ArtifactDAO artifactDAO,
ArtifactEntity artifactEntity)
Update the specified Kerberos Descriptor artifact to conform to the new structure.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.