Uses of Annotation Interface
org.miaixz.bus.starter.jdbc.DataSource
Packages that use DataSource
-
Uses of DataSource in org.miaixz.bus.starter.jdbc
Methods in org.miaixz.bus.starter.jdbc with parameters of type DataSourceModifier and TypeMethodDescriptionvoidAspectjJdbcProxy.after(org.aspectj.lang.JoinPoint joinPoint, DataSource dataSource) Advice that runs after a method execution withDataSourceannotation.voidAspectjJdbcProxy.before(org.aspectj.lang.JoinPoint joinPoint, DataSource dataSource) Advice that runs before a method execution withDataSourceannotation.