| Interface | Description |
|---|---|
| AuthorizedUserDao |
A data access object interface for working with
UserEntity objects in the
data store. |
| Dao<T,PK> |
Provides an interface for the common CRUD operations for an entity.
|
| GenericDao.QueryPathProvider<E,P> |
Provides an interface for the subclasses to easily perform queries
without having to deal with a lot of boiler-plate code.
|
| Class | Description |
|---|---|
| DatabaseSupport | |
| GenericDao<T,PK> |
Implements the
Dao interface in a generic way. |
| Enum | Description |
|---|---|
| GenericDao.SqlComparator |
Copyright © 2012–2016 Emory University. All rights reserved.