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
ExceptionEntity fetchEntityBasedOnId(String themeConfigurationId, List<String> dirtyFields) throws Exception
ExceptionString getFieldContainerClassName()
Copyright © 2020. All rights reserved.