Package io.jmix.core

Class EntityUpdateDispatcher

java.lang.Object
io.jmix.core.EntityUpdateDispatcher

@Component("core_EntityUpdateDispatcher") public class EntityUpdateDispatcher extends Object
Dispatches entity save and remove operations to custom update services.
See Also:
  • Field Details

    • applicationContext

      @Autowired protected org.springframework.context.ApplicationContext applicationContext
    • metadata

      @Autowired protected Metadata metadata
  • Constructor Details

    • EntityUpdateDispatcher

      public EntityUpdateDispatcher()
  • Method Details