Uses of Package
com.zphinx.spine.data

Packages that use com.zphinx.spine.data
com.zphinx.spine.core Core classes and interfaces which provide application specific functionality for the spine application framework. 
com.zphinx.spine.data Abstraction classes and interfaces for data interchange used to access various data stores from the Spine application framework. 
com.zphinx.spine.data.impl Implementation of abstraction classes for data interchange used in the data layers of the Spine application. 
com.zphinx.spine.utils Utility classes and helpers needed by other classes and interfaces. 
 

Classes in com.zphinx.spine.data used by com.zphinx.spine.core
AbstractDataProxy
          A skeleton class used to select a suitable data persistence object to use to process the request.Presently it provides definitions for 6 types of persistence systems i.e: PROPERTIES FILE DATABASE EJB LDAP JAVASPACE HIBERNATE based data storage or data mapping software.
DataAccessObject
          An Interface used to define suitable methods available to an object which is used to access a suitable data store.
 

Classes in com.zphinx.spine.data used by com.zphinx.spine.data
AbstractDataProxy
          A skeleton class used to select a suitable data persistence object to use to process the request.Presently it provides definitions for 6 types of persistence systems i.e: PROPERTIES FILE DATABASE EJB LDAP JAVASPACE HIBERNATE based data storage or data mapping software.
DataAccessObject
          An Interface used to define suitable methods available to an object which is used to access a suitable data store.
 

Classes in com.zphinx.spine.data used by com.zphinx.spine.data.impl
AbstractDataProxy
          A skeleton class used to select a suitable data persistence object to use to process the request.Presently it provides definitions for 6 types of persistence systems i.e: PROPERTIES FILE DATABASE EJB LDAP JAVASPACE HIBERNATE based data storage or data mapping software.
DataAbstract
          DataAbstract is an implementation of the DataAccessObject which contains base implementations of some the methods in a DataAccessObject.
DataAccessObject
          An Interface used to define suitable methods available to an object which is used to access a suitable data store.
DataPack
          DataPack contains the properties needed to create an sql prepared statement
 

Classes in com.zphinx.spine.data used by com.zphinx.spine.utils
DataPack
          DataPack contains the properties needed to create an sql prepared statement