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.
 

Methods in com.j256.ormlite.dao that return ForeignCollection
<FT> ForeignCollection<FT>
RuntimeExceptionDao.getEmptyForeignCollection(String fieldName)
           
<FT> ForeignCollection<FT>
Dao.getEmptyForeignCollection(String fieldName)
          Returns an empty collection that can be assigned to a collection field.
<FT> ForeignCollection<FT>
BaseDaoImpl.getEmptyForeignCollection(String fieldName)
           
 



This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.