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