Package org.openbravo.database
Interface PoolInterceptorProvider
-
- All Known Implementing Classes:
ConnectionInitializerInterceptor
public interface PoolInterceptorProvider
Interface to be implemented by connection pool interceptors that are meant to be instantiated using weld- Author:
- openbravo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPoolInterceptorsClassNames()
-
-
-
Method Detail
-
getPoolInterceptorsClassNames
String getPoolInterceptorsClassNames()
- Returns:
- A string containing a list of full interceptor class names separated by semicolons
-
-