Package io.jmix.data.impl
Class EntityChangedEventInfo
java.lang.Object
io.jmix.data.impl.EntityChangedEventInfo
-
Constructor Summary
ConstructorDescriptionEntityChangedEventInfo
(Object source, Object entity, EntityChangedEvent.Type type, AttributeChanges changes, MetaClass originalMetaClass) -
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
mergeWith
(EntityChangedEventInfo otherInfo) toString()
-
Constructor Details
-
EntityChangedEventInfo
public EntityChangedEventInfo(Object source, Object entity, EntityChangedEvent.Type type, AttributeChanges changes, MetaClass originalMetaClass)
-
-
Method Details