Package io.jmix.core
Class EntitySystemStateSupport
java.lang.Object
io.jmix.core.EntitySystemStateSupport
- Direct Known Subclasses:
- DataEntitySystemStateSupport
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcopySystemState(Entity src, Entity dst) voidmergeLazyLoadingState(Entity src, Entity dst, MetaProperty metaProperty, Function<Collection<Object>, Collection<Object>> collectionWrapFunction) voidmergeSystemState(Entity src, Entity dst) 
- 
Constructor Details- 
EntitySystemStateSupportpublic EntitySystemStateSupport()
 
- 
- 
Method Details- 
copySystemState
- 
mergeSystemState
- 
mergeLazyLoadingStatepublic void mergeLazyLoadingState(Entity src, Entity dst, MetaProperty metaProperty, Function<Collection<Object>, Collection<Object>> collectionWrapFunction) 
 
-