public interface PropertyDao
Property
Modifier and Type | Method and Description |
---|---|
List<Property> |
readPropertiesForEntityId(Long entityId)
Read the properties for an entity item
EntityItem |
void |
resetDirtyStateForProperties(List<Long> ids)
Changes isDirty state to false for the given property ids.
|
List<Property> readPropertiesForEntityId(Long entityId)
EntityItem
entityId
- the primary key valueProperty
associated with the entity itemCopyright © 2021. All rights reserved.