@Deprecated @Target(value=TYPE) @Retention(value=RUNTIME) @Import(value=AutoDataSourceProxyRegistrar.class) @Documented public @interface EnableAutoDataSourceProxy
| Modifier and Type | Optional Element and Description |
|---|---|
String |
dataSourceProxyMode
Deprecated.
Data source proxy mode, AT or XA
|
String[] |
excludes
Deprecated.
Specifies which datasource bean are not eligible for auto-proxying
|
boolean |
useJdkProxy
Deprecated.
Whether use JDK proxy instead of CGLIB proxy
|
public abstract boolean useJdkProxy
public abstract String[] excludes
public abstract String dataSourceProxyMode
Copyright © 2025 Apache. All rights reserved.