Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static TagsDAO |
StaticConfiguration.getTagsDAO()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TagsDAO |
DAOManager.getTagsDAO(boolean isVersioned)
Method to obtain an instance of a tags data access object.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
TagsDAO |
JDBCDAOManager.getTagsDAO(boolean isVersioned) |
Copyright © 2016 WSO2 Inc. All Rights Reserved.