|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CloseableWrappedIterable | |
|---|---|
| com.j256.ormlite.dao | Database Access Object classes. |
| com.j256.ormlite.stmt | SQL statement generation and processing. |
| Uses of CloseableWrappedIterable in com.j256.ormlite.dao |
|---|
| Subinterfaces of CloseableWrappedIterable in com.j256.ormlite.dao | |
|---|---|
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[]. |
| Classes in com.j256.ormlite.dao that implement CloseableWrappedIterable | |
|---|---|
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. |
| Methods in com.j256.ormlite.dao that return CloseableWrappedIterable | |
|---|---|
CloseableWrappedIterable<T> |
RuntimeExceptionDao.getWrappedIterable()
|
CloseableWrappedIterable<T> |
LazyForeignCollection.getWrappedIterable()
|
CloseableWrappedIterable<T> |
ForeignCollection.getWrappedIterable()
This makes a one time use iterable class that can be closed afterwards. |
CloseableWrappedIterable<T> |
EagerForeignCollection.getWrappedIterable()
|
CloseableWrappedIterable<T> |
Dao.getWrappedIterable()
This makes a one time use iterable class that can be closed afterwards. |
CloseableWrappedIterable<T> |
BaseDaoImpl.getWrappedIterable()
|
CloseableWrappedIterable<T> |
RuntimeExceptionDao.getWrappedIterable(PreparedQuery<T> preparedQuery)
|
CloseableWrappedIterable<T> |
Dao.getWrappedIterable(PreparedQuery<T> preparedQuery)
Same as Dao.getWrappedIterable() but with a prepared query parameter. |
CloseableWrappedIterable<T> |
BaseDaoImpl.getWrappedIterable(PreparedQuery<T> preparedQuery)
|
| Uses of CloseableWrappedIterable in com.j256.ormlite.stmt |
|---|
| Classes in com.j256.ormlite.stmt that implement CloseableWrappedIterable | |
|---|---|
class |
RawResultsImpl<T>
Handler for our raw results objects which does the conversion for various different results: String[], Object[], and user defined |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||