| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa |
| Modifier and Type | Method and Description |
|---|---|
List<AllowedAttributeValueEntity> |
AllowedAttributeValueDao.getAllowedAttributeValuesByAttributeValueListKey(AttributeValueListKey attributeValueListKey)
Gets a list of allowed attribute values by attribute value list key.
|
| Modifier and Type | Method and Description |
|---|---|
List<AllowedAttributeValueEntity> |
AllowedAttributeValueDaoImpl.getAllowedAttributeValuesByAttributeValueListKey(AttributeValueListKey attributeValueListKey) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<AllowedAttributeValueEntity,String> |
AllowedAttributeValueEntity_.allowedAttributeValue |
static javax.persistence.metamodel.CollectionAttribute<AttributeValueListEntity,AllowedAttributeValueEntity> |
AttributeValueListEntity_.allowedAttributeValues |
static javax.persistence.metamodel.SingularAttribute<AllowedAttributeValueEntity,AttributeValueListEntity> |
AllowedAttributeValueEntity_.attributeValueList |
static javax.persistence.metamodel.SingularAttribute<AllowedAttributeValueEntity,Integer> |
AllowedAttributeValueEntity_.id |
| Modifier and Type | Method and Description |
|---|---|
Collection<AllowedAttributeValueEntity> |
AttributeValueListEntity.getAllowedAttributeValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeValueListEntity.setAllowedAttributeValues(Collection<AllowedAttributeValueEntity> allowedAttributeValues) |
Copyright © 2019. All rights reserved.