Interface | Description |
---|---|
SQLStatementFactory |
Interface for producing sql strings rating DAO queries.
|
Class | Description |
---|---|
BasicSQLStatementFactory |
Default implementation of the SQL statement factory.
|
CachedPreparedStatement |
A simple object that wraps a lazy initialized
PreparedStatement . |
JDBCRatingDAO |
Rating DAO backed by a JDBC connection.
|
JDBCRatingDAOBuilder |
Construct and configure a JDBC rating DAO.
|
QueryKey |
Key type for caching JDBC queries.
|
Enum | Description |
---|---|
QueryKey.Type |
Exception | Description |
---|---|
DatabaseAccessException |
A database error occurred in the database-backed DAO.
|
org.grouplens.lenskit.data.dao