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 Summary
Constructors Modifier Constructor Description protectedJpaInvokerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidsetLoadTimeWeaver(org.springframework.instrument.classloading.LoadTimeWeaver ltw)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
setLoadTimeWeaver
public void setLoadTimeWeaver(org.springframework.instrument.classloading.LoadTimeWeaver ltw)
- Specified by:
setLoadTimeWeaverin interfaceorg.springframework.context.weaving.LoadTimeWeaverAware
-
-