Package | Description |
---|---|
com.j256.ormlite.dao |
Database Access Object classes.
|
com.j256.ormlite.stmt |
SQL statement generation and processing.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenericRawResults<T>
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[]. |
Modifier and Type | Class and Description |
---|---|
class |
CloseableWrappedIterableImpl<T>
Class which is used to help folks use for loops but still close at the end.
|
class |
EagerForeignCollection<T,ID>
Collection that is set on a field that as been marked with the
ForeignCollectionField annotation when an
object is refreshed or queried (i.e. |
Modifier and Type | Class and Description |
---|---|
class |
RawResultsImpl<T>
Handler for our raw results objects which does the conversion for various different results: String[], Object[], and
user defined T.
|
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.