Uses of Interface
com.zphinx.spine.data.impl.DataBaseHelper

Packages that use DataBaseHelper
com.zphinx.spine.data.impl Implementation of abstraction classes for data interchange used in the data layers of the Spine application. 
 

Uses of DataBaseHelper in com.zphinx.spine.data.impl
 

Classes in com.zphinx.spine.data.impl that implement DataBaseHelper
 class AbstractDataBaseDAO
          AbstractDataBaseDAO is the abstract implementation of DataAbstract which uses a database for its persistence layer.
DataAccessObjects which use a database should extend this class