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 -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()voidsetLoadTimeWeaver(org.springframework.instrument.classloading.LoadTimeWeaver ltw)
-
Constructor Details
-
JpaInvokerConfiguration
protected JpaInvokerConfiguration()
-
-
Method Details
-
init
-
setLoadTimeWeaver
public void setLoadTimeWeaver(org.springframework.instrument.classloading.LoadTimeWeaver ltw) - Specified by:
setLoadTimeWeaverin interfaceorg.springframework.context.weaving.LoadTimeWeaverAware
-