Class RefreshAutoConfiguration.JpaInvokerConfiguration

java.lang.Object
org.springframework.cloud.autoconfigure.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 Details

    • JpaInvokerConfiguration

      protected JpaInvokerConfiguration()
  • Method Details

    • init

      @PostConstruct public void init()
    • setLoadTimeWeaver

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