|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseForeignCollection | |
|---|---|
| com.j256.ormlite.dao | Database Access Object classes. |
| com.j256.ormlite.field | Object field information. |
| Uses of BaseForeignCollection in com.j256.ormlite.dao |
|---|
| Subclasses of BaseForeignCollection in com.j256.ormlite.dao | |
|---|---|
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. |
| Uses of BaseForeignCollection in com.j256.ormlite.field |
|---|
| Methods in com.j256.ormlite.field that return BaseForeignCollection | ||
|---|---|---|
|
FieldType.buildForeignCollection(FT parent,
Object id,
boolean forceEager)
Build and return a foreign collection based on the field settings that matches the id argument. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||