|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||