| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueListEntity |
AttributeValueListDao.getAttributeValueListByKey(AttributeValueListKey attributeValueListKey)
Gets an attribute value list entity by its key.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValueListEntity |
AttributeValueListDaoImpl.getAttributeValueListByKey(AttributeValueListKey attributeValueListKey) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.CollectionAttribute<AttributeValueListEntity,AllowedAttributeValueEntity> |
AttributeValueListEntity_.allowedAttributeValues |
static javax.persistence.metamodel.SingularAttribute<AllowedAttributeValueEntity,AttributeValueListEntity> |
AllowedAttributeValueEntity_.attributeValueList |
static javax.persistence.metamodel.SingularAttribute<GlobalAttributeDefinitionEntity,AttributeValueListEntity> |
GlobalAttributeDefinitionEntity_.attributeValueList |
static javax.persistence.metamodel.SingularAttribute<AttributeValueListEntity,Long> |
AttributeValueListEntity_.id |
static javax.persistence.metamodel.SingularAttribute<AttributeValueListEntity,String> |
AttributeValueListEntity_.name |
static javax.persistence.metamodel.SingularAttribute<AttributeValueListEntity,NamespaceEntity> |
AttributeValueListEntity_.namespace |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueListEntity |
GlobalAttributeDefinitionEntity.getAttributeValueList() |
AttributeValueListEntity |
AllowedAttributeValueEntity.getAttributeValueList() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalAttributeDefinitionEntity.setAttributeValueList(AttributeValueListEntity attributeValueList) |
void |
AllowedAttributeValueEntity.setAttributeValueList(AttributeValueListEntity attributeValueList) |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueListEntity |
AttributeValueListDaoHelper.getAttributeValueListEntity(AttributeValueListKey attributeValueListKey)
Gets the attribute value list entity and ensure it exists.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
AttributeValueListDaoHelper.createAttributeValueListFromEntity(AttributeValueListEntity attributeValueListEntity)
Creates the attribute value list from the persisted entity.
|
Copyright © 2021. All rights reserved.