|
||||||||||
| 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)
Returns an empty collection that can be assigned to a collection field. |
|
|
BaseDaoImpl.getEmptyForeignCollection(String fieldName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||