| Class | Description |
|---|---|
| AbstractDatabaseManager<ENTRY,DBO,DAO extends InsertDao<DBO>,RESPONSE> |
An abstract implementation of
AbstractInputManager for a database. |
| DatabaseReputationManager<USER,REPUTATION,TIME,ENTRY extends net.ashwork.upvote.domain.ReputationEntry<USER,REPUTATION,TIME>,DBO,DAO extends InsertDao<DBO>,RESPONSE> |
An implementation of
ReputationManager for a database. |
| DatabaseVoteManager<USER,ITEM,VOTE,TIME,ENTRY extends net.ashwork.upvote.domain.VoteEntry<USER,ITEM,VOTE,TIME>,DBO,DAO extends InsertDao<DBO> & GetDao<DBO>,RESPONSE> |
An implementation of
VoteManager for a database. |