public interface AttributeValueListDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
AttributeValueListEntity |
getAttributeValueListByKey(AttributeValueListKey attributeValueListKey)
Gets an attribute value list entity by its key.
|
List<AttributeValueListKey> |
getAttributeValueLists(Collection<String> namespaces)
Gets a list of attribute value list keys per specified list of namespaces.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshAttributeValueListEntity getAttributeValueListByKey(AttributeValueListKey attributeValueListKey)
attributeValueListKey - the attribute value list key (case-insensitive)List<AttributeValueListKey> getAttributeValueLists(Collection<String> namespaces)
namespaces - the list of namespaces (case-sensitive)Copyright © 2021. All rights reserved.