Uses of Interface
org.openxava.util.IConnectionProvider
-
Packages that use IConnectionProvider Package Description org.openxava.actions org.openxava.calculators org.openxava.tab.impl org.openxava.util -
-
Uses of IConnectionProvider in org.openxava.actions
Methods in org.openxava.actions with parameters of type IConnectionProvider Modifier and Type Method Description voidIJDBCAction. setConnectionProvider(IConnectionProvider provider)This method is call from the system to provide a JDBC connection provider. -
Uses of IConnectionProvider in org.openxava.calculators
Methods in org.openxava.calculators with parameters of type IConnectionProvider Modifier and Type Method Description voidIJDBCCalculator. setConnectionProvider(IConnectionProvider provider)This method is call from the system to provide a JDBC connection provider.voidNextIntegerCalculator. setConnectionProvider(IConnectionProvider provider)voidNextLongCalculator. setConnectionProvider(IConnectionProvider provider) -
Uses of IConnectionProvider in org.openxava.tab.impl
Methods in org.openxava.tab.impl that return IConnectionProvider Modifier and Type Method Description IConnectionProviderEntityTabDataProvider. getConnectionProvider() -
Uses of IConnectionProvider in org.openxava.util
Classes in org.openxava.util that implement IConnectionProvider Modifier and Type Class Description classDataSourceConnectionProviderAdapter from JNDI DataSource interface to IConnectionProvider interface.Methods in org.openxava.util that return IConnectionProvider Modifier and Type Method Description static IConnectionProviderDataSourceConnectionProvider. createByComponent(java.lang.String componentName)static IConnectionProviderDataSourceConnectionProvider. getByComponent(java.lang.String componentName)
-