Modifier and Type | Method and Description |
---|---|
static RatingsDAO |
StaticConfiguration.getRatingsDAO()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RatingsDAO |
DAOManager.getRatingsDAO(boolean isVersioned)
Method to obtain an instance of a ratings data access object.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCRatingsDAO
An implementation of the
RatingsDAO to store ratings on a JDBC-based database. |
class |
JDBCRatingsVersionDAO
An extension of
JDBCRatingsDAO implements RatingsDAO to store ratings on a
JDBC-based database, when versioning for ratings has been enabled. |
Modifier and Type | Method and Description |
---|---|
RatingsDAO |
JDBCDAOManager.getRatingsDAO(boolean isVersioned) |
Copyright © 2015 WSO2 Inc. All Rights Reserved.