|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dao | |
---|---|
com.j256.ormlite.dao |
Uses of Dao in com.j256.ormlite.dao |
---|
Classes in com.j256.ormlite.dao that implement Dao | |
---|---|
class |
BaseDaoImpl<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
|
BaseDaoImpl.createDao(ConnectionSource connectionSource,
Class<T> clazz)
Helper method to create a Dao object without having to define a class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |