public interface DynamicEntityRetriever
Modifier and Type | Method and Description |
---|---|
Entity |
fetchDynamicEntity(Serializable root,
List<String> dirtyFields,
boolean includeId) |
Entity |
fetchEntityBasedOnId(String themeConfigurationId,
List<String> dirtyFields) |
String |
getFieldContainerClassName() |
Entity fetchDynamicEntity(Serializable root, List<String> dirtyFields, boolean includeId) throws Exception
Exception
Entity fetchEntityBasedOnId(String themeConfigurationId, List<String> dirtyFields) throws Exception
Exception
String getFieldContainerClassName()
Copyright © 2022. All rights reserved.