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

Packages that use TagsDAO
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 TagsDAO in org.wso2.carbon.registry.core.config
 

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

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

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

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

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

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

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



Copyright © 2012 WSO2 Inc. All Rights Reserved.