Uses of Class
com.j256.ormlite.dao.BaseForeignCollection

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
<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.