|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignCollection | |
---|---|
com.j256.ormlite.dao | Database Access Object classes. |
Uses of ForeignCollection in com.j256.ormlite.dao |
---|
Classes in com.j256.ormlite.dao that implement ForeignCollection | |
---|---|
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. |
Methods in com.j256.ormlite.dao that return ForeignCollection | ||
---|---|---|
|
RuntimeExceptionDao.getEmptyForeignCollection(String fieldName)
|
|
|
Dao.getEmptyForeignCollection(String fieldName)
Like Dao.assignEmptyForeignCollection(Object, String) but it returns the empty collection that you assign to
the appropriate field. |
|
|
BaseDaoImpl.getEmptyForeignCollection(String fieldName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |