Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.topology |
Modifier and Type | Method and Description |
---|---|
KerberosDescriptorEntity |
KerberosDescriptorDAO.findByName(String kerberosDescriptorName) |
KerberosDescriptorEntity |
KerberosDescriptorDAO.merge(KerberosDescriptorEntity kerberosDescriptorEntity)
Merge the state of the given entity into the current persistence context.
|
Modifier and Type | Method and Description |
---|---|
List<KerberosDescriptorEntity> |
KerberosDescriptorDAO.findAll()
Find all kerberos descriptors.
|
Modifier and Type | Method and Description |
---|---|
void |
KerberosDescriptorDAO.create(KerberosDescriptorEntity kerberosDescriptorEntity) |
KerberosDescriptorEntity |
KerberosDescriptorDAO.merge(KerberosDescriptorEntity kerberosDescriptorEntity)
Merge the state of the given entity into the current persistence context.
|
void |
KerberosDescriptorDAO.refresh(KerberosDescriptorEntity kerberosDescriptorEntity)
Refresh the state of the instance from the database,
overwriting changes made to the entity, if any.
|
void |
KerberosDescriptorDAO.remove(KerberosDescriptorEntity kerberosDescriptorEntity)
Remove the entity instance.
|
Modifier and Type | Method and Description |
---|---|
KerberosDescriptorEntity |
KerberosDescriptor.toEntity() |
KerberosDescriptorEntity |
KerberosDescriptorImpl.toEntity() |
Copyright © 2022 Apache Software Foundation. All rights reserved.