Uses of Interface
com.j256.ormlite.dao.ForeignCollection

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.
 



Copyright © 2011. All Rights Reserved.