Package | Description |
---|---|
com.j256.ormlite.dao |
Database Access Object classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseForeignCollection<T,ID>
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. |
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. |
class |
LazyForeignCollection<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. |
class |
StreamableLazyForeignCollection<T,ID>
Lazy foreign collection that provides better support for
Stream s if running with JDK8+. |
Modifier and Type | Method and Description |
---|---|
<FT> ForeignCollection<FT> |
BaseDaoImpl.getEmptyForeignCollection(String fieldName) |
<FT> ForeignCollection<FT> |
Dao.getEmptyForeignCollection(String fieldName)
Like
Dao.assignEmptyForeignCollection(Object, String) but it returns the empty collection that you assign to
the appropriate field. |
<FT> ForeignCollection<FT> |
RuntimeExceptionDao.getEmptyForeignCollection(String fieldName) |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.