Class RefreshAutoConfiguration.JpaInvokerConfiguration

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.weaving.LoadTimeWeaverAware
    Enclosing class:
    RefreshAutoConfiguration

    @Configuration(proxyBeanMethods=false)
    @ConditionalOnClass(name="javax.persistence.EntityManagerFactory")
    protected static class RefreshAutoConfiguration.JpaInvokerConfiguration
    extends Object
    implements org.springframework.context.weaving.LoadTimeWeaverAware
    • Constructor Detail

      • JpaInvokerConfiguration

        protected JpaInvokerConfiguration()
    • Method Detail

      • setLoadTimeWeaver

        public void setLoadTimeWeaver​(org.springframework.instrument.classloading.LoadTimeWeaver ltw)
        Specified by:
        setLoadTimeWeaver in interface org.springframework.context.weaving.LoadTimeWeaverAware