Uses of Class
de.codecentric.reedelk.database.component.ConnectionConfiguration
-
Packages that use ConnectionConfiguration Package Description de.codecentric.reedelk.database.component de.codecentric.reedelk.database.internal.commons -
-
Uses of ConnectionConfiguration in de.codecentric.reedelk.database.component
Methods in de.codecentric.reedelk.database.component with parameters of type ConnectionConfiguration Modifier and Type Method Description voidDDLExecute. setConnection(ConnectionConfiguration connection)voidDelete. setConnection(ConnectionConfiguration connection)voidInsert. setConnection(ConnectionConfiguration connection)voidSelect. setConnection(ConnectionConfiguration connection)voidUpdate. setConnection(ConnectionConfiguration connection) -
Uses of ConnectionConfiguration in de.codecentric.reedelk.database.internal.commons
Methods in de.codecentric.reedelk.database.internal.commons with parameters of type ConnectionConfiguration Modifier and Type Method Description voidDataSourceService. dispose(de.codecentric.reedelk.runtime.api.component.Component component, ConnectionConfiguration connectionConfiguration)com.mchange.v2.c3p0.ComboPooledDataSourceDataSourceService. getDataSource(de.codecentric.reedelk.runtime.api.component.Component component, ConnectionConfiguration connectionConfiguration)
-