Uses of Interface
org.iternine.jeppetto.dao.ReferenceSet

Packages that use ReferenceSet
org.iternine.jeppetto.dao   
 

Uses of ReferenceSet in org.iternine.jeppetto.dao
 

Methods in org.iternine.jeppetto.dao that return ReferenceSet
 ReferenceSet<T> GenericDAO.referenceByIds(ID... ids)
          Build a ReferenceSet to persisted objects with the passed in id values.
 ReferenceSet<T> QueryModelDAO.referenceUsingQueryModel(QueryModel queryModel)
           
 

Methods in org.iternine.jeppetto.dao with parameters of type ReferenceSet
 void GenericDAO.updateReferences(ReferenceSet<T> referenceSet, T updateObject)
          Update the objects referenced by the referenceSet with the changes in the updateObject.
 



Copyright © 2012. All Rights Reserved.