Class | Description |
---|---|
JDBCAssociationDAO |
An implementation of the
AssociationDAO to store associations on a JDBC-based database. |
JDBCCommentsDAO |
An implementation of the
CommentsDAO to store comments on a JDBC-based database. |
JDBCCommentsVersionDAO |
An extension of
JDBCCommentsVersionDAO implements JDBCCommentsDAO to store
comments on a JDBC-based database, when versioning for comments has been enabled. |
JDBCLogsDAO |
An implementation of the
LogsDAO to store logs on a JDBC-based database. |
JDBCPathCache |
An extension of the
PathCache to store paths of registry resources on a JDBC-based
database. |
JDBCRatingsDAO |
An implementation of the
RatingsDAO to store ratings on a JDBC-based database. |
JDBCRatingsVersionDAO |
An extension of
JDBCRatingsDAO implements RatingsDAO to store ratings on a
JDBC-based database, when versioning for ratings has been enabled. |
JDBCResourceDAO |
An implementation of the
ResourceDAO to store resources on a JDBC-based database. |
JDBCResourceVersionDAO |
An implementation of the
ResourceVersionDAO to store resources on a JDBC-based database
with versioning enabled. |
JDBCTagsDAO |
An implementation of the
TagsDAO to store tags on a JDBC-based database. |
JDBCTagsVersionDAO |
An extension of
JDBCTagsDAO implements TagsDAO to store tags on a JDBC-based
database, when versioning for tags has been enabled. |
Copyright © 2016 WSO2 Inc. All Rights Reserved.