Uses of Class
org.iternine.jeppetto.test.SimpleObject

Packages that use SimpleObject
org.iternine.jeppetto.test   
 

Uses of SimpleObject in org.iternine.jeppetto.test
 

Methods in org.iternine.jeppetto.test that return SimpleObject
 SimpleObject SimpleObjectDSLDAO.findByAnotherIntValue(int intValue)
           
 SimpleObject SimpleObjectDSLDAO.findByIntValue(int intValue)
           
 SimpleObject SimpleObjectDAO.findByIntValue(int intValue)
           
 SimpleObject SimpleObjectDSLDAO.findByIntValueHavingRelatedObjectWithRelatedIntValue(int intValue, int relatedIntValue)
           
 SimpleObject SimpleObjectDAO.findByLongValue(long longValue)
           
 SimpleObject SimpleObjectDAO.findSimpleObject(int intValue)
           
 SimpleObject SimpleObjectAnnotationDAO.getHighIntValueObjects(int intValue)
           
 

Methods in org.iternine.jeppetto.test that return types with arguments of type SimpleObject
 List<SimpleObject> SimpleObjectDAO.findAndSortRelatedItems(int relatedIntValueMax)
           
 Iterable<SimpleObject> SimpleObjectDAO.findAndSortRelatedItemsIterable(int relatedIntValueMax)
           
 List<SimpleObject> SimpleObjectDAO.findByHavingRelatedObjectsWithRelatedIntValueLessThanOrderByIntValueAndLimitAndSkip(int relatedIntValueMax, int limit, int skipCount)
           
 List<SimpleObject> SimpleObjectDSLDAO.findByIntValueAndAnotherIntValueGreaterThan(int intValue, int anotherIntValue)
           
 Set<SimpleObject> SimpleObjectDSLDAO.findByIntValueGreaterThan(int intValue)
           
 List<SimpleObject> SimpleObjectDSLDAO.findByOrderByIntValueDesc()
           
 List<SimpleObject> SimpleObjectDAO.findSomeObjects(List<Integer> someInts)
           
 List<SimpleObject> SimpleObjectDAO.limitAndSkipRelatedItems(int relatedIntValueMax, int limit, int skipCount)
           
 List<SimpleObject> SimpleObjectDAO.limitRelatedItems(int relatedIntValueMax, int limit)
           
 ReferenceSet<SimpleObject> SimpleObjectReferencesDAO.referenceByAnotherIntValue(int anotherIntValue)
           
 



Copyright © 2012. All Rights Reserved.