|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionService | |
org.scrashmeow.ojb.console.service | Provides the classes that define services for the web application. |
Uses of ConnectionService in org.scrashmeow.ojb.console.service |
Classes in org.scrashmeow.ojb.console.service that implement ConnectionService | |
class |
ConnectionServiceImpl
|
Methods in org.scrashmeow.ojb.console.service that return ConnectionService | |
ConnectionService |
ServiceFactoryImpl.createConnectionService()
Method createConnectionService @add-javadoc!!! |
ConnectionService |
ServiceFactory.createConnectionService()
Method createConnectionService @add-javadoc!!! |
ConnectionService |
ApplicationServiceActionServletImpl.getConnectionService()
Returns the connection service which provides an abstraction for working directly with a java.sql.Connection. |
ConnectionService |
ApplicationService.getConnectionService()
Returns the connection service which provides an abstraction for working directly with a java.sql.Connection. |
Methods in org.scrashmeow.ojb.console.service with parameters of type ConnectionService | |
void |
ApplicationServiceActionServletImpl.setConnectionService(ConnectionService connectionService)
Sets the connectionService. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |