Uses of Interface
org.wso2.carbon.registry.core.dao.CommentsDAO

Packages that use CommentsDAO
org.wso2.carbon.registry.core.config   
org.wso2.carbon.registry.core.dataaccess   
org.wso2.carbon.registry.core.jdbc.dao   
org.wso2.carbon.registry.core.jdbc.dataaccess   
 

Uses of CommentsDAO in org.wso2.carbon.registry.core.config
 

Methods in org.wso2.carbon.registry.core.config that return CommentsDAO
static CommentsDAO StaticConfiguration.getCommentsDAO()
          Deprecated. 
 

Uses of CommentsDAO in org.wso2.carbon.registry.core.dataaccess
 

Methods in org.wso2.carbon.registry.core.dataaccess that return CommentsDAO
 CommentsDAO DAOManager.getCommentsDAO(boolean isVersioned)
          Method to obtain an instance of a comments data access object.
 

Uses of CommentsDAO in org.wso2.carbon.registry.core.jdbc.dao
 

Classes in org.wso2.carbon.registry.core.jdbc.dao that implement CommentsDAO
 class JDBCCommentsDAO
          An implementation of the CommentsDAO to store comments on a JDBC-based database.
 class JDBCCommentsVersionDAO
          An extension of JDBCCommentsVersionDAO implements JDBCCommentsDAO to store comments on a JDBC-based database, when versioning for comments has been enabled.
 

Uses of CommentsDAO in org.wso2.carbon.registry.core.jdbc.dataaccess
 

Methods in org.wso2.carbon.registry.core.jdbc.dataaccess that return CommentsDAO
 CommentsDAO JDBCDAOManager.getCommentsDAO(boolean isVersioned)
           
 



Copyright © 2011 WSO2 Inc. All Rights Reserved.