Uses of Class
org.wso2.carbon.registry.core.jdbc.dataobjects.CommentDO

Packages that use CommentDO
org.wso2.carbon.registry.core.dao   
org.wso2.carbon.registry.core.jdbc.dao   
 

Uses of CommentDO in org.wso2.carbon.registry.core.dao
 

Methods in org.wso2.carbon.registry.core.dao with parameters of type CommentDO
 void CommentsDAO.addComments(ResourceImpl resource, CommentDO[] commentDOs)
          Method to persist comments.
 

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

Methods in org.wso2.carbon.registry.core.jdbc.dao with parameters of type CommentDO
 void JDBCCommentsVersionDAO.addComments(ResourceImpl resource, CommentDO[] commentDOs)
          Method to persist comments.
 void JDBCCommentsDAO.addComments(ResourceImpl resource, CommentDO[] commentDOs)
           
 



Copyright © 2013 WSO2 Inc. All Rights Reserved.