|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dao | |
|---|---|
| com.j256.ormlite.dao | Database Access Object classes. |
| Uses of Dao in com.j256.ormlite.dao |
|---|
| Classes in com.j256.ormlite.dao that implement Dao | |
|---|---|
class |
BaseJdbcDao<T,ID>
Base class for the Database Access Objects that handle the reading and writing a class from the database. |
| Methods in com.j256.ormlite.dao that return Dao | ||
|---|---|---|
static
|
BaseJdbcDao.createDao(DatabaseType databaseType,
DataSource dataSource,
Class<T> clazz)
Helper method to create a Dao object without having to define a class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||