Uses of Interface
org.zeroexchange.dao.DAO

Packages that use DAO
org.zeroexchange.dao   
org.zeroexchange.dao.collaboration   
org.zeroexchange.dao.invitation   
org.zeroexchange.dao.location   
org.zeroexchange.dao.mcredit   
org.zeroexchange.dao.message   
org.zeroexchange.dao.resource   
org.zeroexchange.dao.resource.money.fixed   
org.zeroexchange.dao.role   
org.zeroexchange.dao.skill   
org.zeroexchange.dao.user   
 

Uses of DAO in org.zeroexchange.dao
 

Subinterfaces of DAO in org.zeroexchange.dao
 interface IntegerPKDAO<T extends IntegerPKPersistent>
          Base DAO for all DAO operate with entities with integer PK
 interface StringPKDAO<T extends StringPKPersistent>
          Base DAO for all DAO operate with entities with string PK
 

Classes in org.zeroexchange.dao that implement DAO
 class BaseHibernateDAO<K extends Serializable,T extends Persistent>
           
 class BaseIntegerPKDAO<T extends IntegerPKPersistent>
          Base DAO for all DAO operate with entities with integer PK
 class BaseStringPKDAO<T extends StringPKPersistent>
          Base DAO for all DAO operate with entities with string PK
 

Uses of DAO in org.zeroexchange.dao.collaboration
 

Subinterfaces of DAO in org.zeroexchange.dao.collaboration
 interface AssessmentDAO<T extends Assessment>
          The DAO operates with the assessment entities.
 interface BusinessQualityDAO
           
 interface ContractDAO
          The DAO manipulated with the contract objects.
 

Classes in org.zeroexchange.dao.collaboration that implement DAO
 class AssessmentDAOImpl<T extends Assessment>
          The assessment DAO implemntation.
 class BusinessQualityDAOImpl
           
 class ContractDAOImpl
          The DAO manipulated with the contract objects.
 

Uses of DAO in org.zeroexchange.dao.invitation
 

Subinterfaces of DAO in org.zeroexchange.dao.invitation
 interface InvitationDAO
          DAO for Invitation entity.
 

Classes in org.zeroexchange.dao.invitation that implement DAO
 class InvitationDAOImpl
           
 

Uses of DAO in org.zeroexchange.dao.location
 

Subinterfaces of DAO in org.zeroexchange.dao.location
 interface CityDAO
           
 interface CountryDAO
           
 

Classes in org.zeroexchange.dao.location that implement DAO
 class CityDAOImpl
           
 class CountryDAOImpl
           
 

Uses of DAO in org.zeroexchange.dao.mcredit
 

Subinterfaces of DAO in org.zeroexchange.dao.mcredit
 interface CreditLineDAO
           
 

Classes in org.zeroexchange.dao.mcredit that implement DAO
 class CreditLineDAOImpl
           
 

Uses of DAO in org.zeroexchange.dao.message
 

Subinterfaces of DAO in org.zeroexchange.dao.message
 interface MessageDAO
           
 

Classes in org.zeroexchange.dao.message that implement DAO
 class MessageDAOImpl
           
 

Uses of DAO in org.zeroexchange.dao.resource
 

Subinterfaces of DAO in org.zeroexchange.dao.resource
 interface CategoryDAO
           
 interface DictionaryItemDAO
           
 interface LocalizableValueDAO
          The DAO for the LocalizableValue entity.
 interface NeedDAO
           
 interface PropertySpecificationDAO
          The DAO for the PropertySpecification entity.
 interface PropertyTypeDAO
           
 interface ResourceDAO
          The contract DAO.
 interface ResourceTenderDAO<T extends ResourceTender>
           
 interface SupplyDAO
           
 

Classes in org.zeroexchange.dao.resource that implement DAO
 class CategoryDAOImpl
           
 class DictionaryItemDAOImpl
           
 class LocalizableValueDAOImpl
          The localizable value DAO.
 class NeedDAOImpl
           
 class PropertySpecificationDAOImpl
          The PropertySpecificationDAO implementation.
 class PropertyTypeDAOImpl
           
 class ResourceDAOImpl
          Implementation of the resource DAO.
 class ResourceTenderDAOImpl<T extends ResourceTender>
           
 class SupplyDAOImpl
           
 

Uses of DAO in org.zeroexchange.dao.resource.money.fixed
 

Subinterfaces of DAO in org.zeroexchange.dao.resource.money.fixed
 interface CHECreditStatusDAO
           
 interface CHEPaymentDAO
           
 

Classes in org.zeroexchange.dao.resource.money.fixed that implement DAO
 class CHECreditStatusDAOImpl
           
 class CHEPaymentDAOImpl
           
 

Uses of DAO in org.zeroexchange.dao.role
 

Subinterfaces of DAO in org.zeroexchange.dao.role
 interface RoleDAO
           
 

Classes in org.zeroexchange.dao.role that implement DAO
 class RoleDAOImpl
          Role DAO implementation.
 

Uses of DAO in org.zeroexchange.dao.skill
 

Subinterfaces of DAO in org.zeroexchange.dao.skill
 interface SkillDAO
          DAO operates user skills.
 

Classes in org.zeroexchange.dao.skill that implement DAO
 class SkillDAOImpl
           
 

Uses of DAO in org.zeroexchange.dao.user
 

Subinterfaces of DAO in org.zeroexchange.dao.user
 interface LocalCredentialDAO
           
 interface OpenIDCredentialDAO
           
 

Classes in org.zeroexchange.dao.user that implement DAO
 class DefaultLocalCredentialDAO
           
 class DefaultOpenIdCredentialDAO
           
 



Copyright © 2013. All Rights Reserved.