Class EntityPostConstructInitializer

java.lang.Object
io.jmix.core.impl.EntityPostConstructInitializer
All Implemented Interfaces:
EntityInitializer

@Component("core_EntityPostConstructInitializer") public class EntityPostConstructInitializer extends Object implements EntityInitializer
  • Field Details

    • applicationContext

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

      protected com.google.common.cache.LoadingCache<Class<?>,List<Method>> postConstructMethodsCache
  • Constructor Details

    • EntityPostConstructInitializer

      public EntityPostConstructInitializer()
  • Method Details