Package io.jmix.core
Class EntitySystemStateSupport
java.lang.Object
io.jmix.core.EntitySystemStateSupport
- Direct Known Subclasses:
DataEntitySystemStateSupport
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copySystemState
(Entity src, Entity dst) void
mergeLazyLoadingState
(Entity src, Entity dst, MetaProperty metaProperty, Function<Collection<Object>, Collection<Object>> collectionWrapFunction) void
mergeSystemState
(Entity src, Entity dst)
-
Constructor Details
-
EntitySystemStateSupport
public EntitySystemStateSupport()
-
-
Method Details
-
copySystemState
-
mergeSystemState
-
mergeLazyLoadingState
public void mergeLazyLoadingState(Entity src, Entity dst, MetaProperty metaProperty, Function<Collection<Object>, Collection<Object>> collectionWrapFunction)
-