Package io.jmix.dynattr.impl
Class DynAttrLifecycleListener
java.lang.Object
io.jmix.dynattr.impl.DynAttrLifecycleListener
- All Implemented Interfaces:
- DataStoreCustomizer,- DataStoreEventListener,- org.springframework.core.Ordered
@Component("dynat_DynAttrLifecycleListener")
public class DynAttrLifecycleListener
extends Object
implements DataStoreEventListener, DataStoreCustomizer
- 
Field SummaryFieldsFields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidvoidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.core.datastore.DataStoreEventListenerbeforeEntityCount, beforeEntityLoad, beforeEntitySave, beforeValueLoad, entityDeleting, entityLoading, getOrder
- 
Field Details- 
dynAttrManager
 
- 
- 
Constructor Details- 
DynAttrLifecycleListenerpublic DynAttrLifecycleListener()
 
- 
- 
Method Details- 
afterEntityLoad- Specified by:
- afterEntityLoadin interface- DataStoreEventListener
 
- 
entitySaving- Specified by:
- entitySavingin interface- DataStoreEventListener
 
- 
entityReload- Specified by:
- entityReloadin interface- DataStoreEventListener
 
- 
customize- Specified by:
- customizein interface- DataStoreCustomizer
 
 
-