Package | Description |
---|---|
com.j256.ormlite.dao |
Database Access Object classes.
|
com.j256.ormlite.field |
Object field information.
|
Modifier and Type | Class and Description |
---|---|
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,FID> BaseForeignCollection<FT,FID> |
FieldType.buildForeignCollection(Object parent,
FID id)
Build and return a foreign collection based on the field settings that matches the id argument.
|
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.