|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.j256.ormlite.dao | |
---|---|
com.j256.ormlite.dao | Database Access Object classes. |
com.j256.ormlite.field | Object field information. |
com.j256.ormlite.misc | Miscellaneous classes. |
com.j256.ormlite.stmt | SQL statement generation and processing. |
com.j256.ormlite.table | Object table information. |
Classes in com.j256.ormlite.dao used by com.j256.ormlite.dao | |
---|---|
BaseForeignCollection
Base collection that is set on a field that as been marked with the ForeignCollectionField annotation when an
object is refreshed or queried (i.e. |
|
CloseableIterable
Extension to Iterable to provide a iterator() method that returns a CloseableIterator . |
|
CloseableIterator
Extension to Iterator to provide a close() method. |
|
Dao
The definition of the Database Access Objects that handle the reading and writing a class from the database. |
|
ForeignCollection
Collection that is set on a field that as been marked with the ForeignCollectionField annotation when an
object is refreshed or queried (i.e. |
|
GenericRawResults
Results returned by a call to Dao.queryRaw(String, String...) which returns results as a String[],
Dao.queryRaw(String, RawRowMapper, String...) which returns results mapped by the caller to an Object, and
Dao.queryRaw(String, DataType[], String...) which returns each results as a Object[]. |
|
RawResults
Deprecated. |
|
RawRowMapper
Parameterized row mapper that takes output from the RawResults and returns a T. |
Classes in com.j256.ormlite.dao used by com.j256.ormlite.field | |
---|---|
BaseForeignCollection
Base collection that is set on a field that as been marked with the ForeignCollectionField annotation when an
object is refreshed or queried (i.e. |
Classes in com.j256.ormlite.dao used by com.j256.ormlite.misc | |
---|---|
Dao
The definition of the Database Access Objects that handle the reading and writing a class from the database. |
Classes in com.j256.ormlite.dao used by com.j256.ormlite.stmt | |
---|---|
BaseDaoImpl
Base class for the Database Access Objects that handle the reading and writing a class from the database. |
|
CloseableIterable
Extension to Iterable to provide a iterator() method that returns a CloseableIterator . |
|
CloseableIterator
Extension to Iterator to provide a close() method. |
|
Dao
The definition of the Database Access Objects that handle the reading and writing a class from the database. |
|
GenericRawResults
Results returned by a call to Dao.queryRaw(String, String...) which returns results as a String[],
Dao.queryRaw(String, RawRowMapper, String...) which returns results mapped by the caller to an Object, and
Dao.queryRaw(String, DataType[], String...) which returns each results as a Object[]. |
|
RawResults
Deprecated. |
|
RawRowMapper
Parameterized row mapper that takes output from the RawResults and returns a T. |
Classes in com.j256.ormlite.dao used by com.j256.ormlite.table | |
---|---|
Dao
The definition of the Database Access Objects that handle the reading and writing a class from the database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |