Uses of Interface
com.jdbaccess.session.DBSession

Packages that use DBSession
com.jdbaccess.session   
 

Uses of DBSession in com.jdbaccess.session
 

Classes in com.jdbaccess.session that implement DBSession
 class DBSessionImpl
          stateful session bean because of appId, which has to be set by client (server data access have to use the appId of the client) Synchronized: If an application server is used synchronized keyword has to be removed on all methods.
 

Methods in com.jdbaccess.session that return DBSession
 DBSession DBSessionImpl.create()
           
 DBSession DBSessionHome.create()
           
 DBSession DBSessionImpl.ejbCreate()
           
static DBSession HomeFactory.getDBSession()