org.iternine.jeppetto.test
Interface SimpleObjectDAO
- All Superinterfaces:
- GenericDAO<SimpleObject,String>
public interface SimpleObjectDAO
- extends GenericDAO<SimpleObject,String>
findByIntValue
SimpleObject findByIntValue(int intValue)
throws NoSuchItemException
- Throws:
NoSuchItemException
findByLongValue
SimpleObject findByLongValue(long longValue)
throws NoSuchItemException
- Throws:
NoSuchItemException
countByIntValue
int countByIntValue(int intValue)
countByIntValueLessThan
int countByIntValueLessThan(int intValue)
findSimpleObject
SimpleObject findSimpleObject(int intValue)
throws NoSuchItemException
- Throws:
NoSuchItemException
findSomeObjects
List<SimpleObject> findSomeObjects(List<Integer> someInts)
findAndSortRelatedItems
List<SimpleObject> findAndSortRelatedItems(int relatedIntValueMax)
findAndSortRelatedItemsIterable
Iterable<SimpleObject> findAndSortRelatedItemsIterable(int relatedIntValueMax)
countRelatedItems
int countRelatedItems(int relatedIntValueMax)
limitRelatedItems
List<SimpleObject> limitRelatedItems(int relatedIntValueMax,
int limit)
limitAndSkipRelatedItems
List<SimpleObject> limitAndSkipRelatedItems(int relatedIntValueMax,
int limit,
int skipCount)
findByHavingRelatedObjectsWithRelatedIntValueLessThanOrderByIntValueAndLimitAndSkip
List<SimpleObject> findByHavingRelatedObjectsWithRelatedIntValueLessThanOrderByIntValueAndLimitAndSkip(int relatedIntValueMax,
int limit,
int skipCount)
doAnAnnotationBasedCount
int doAnAnnotationBasedCount(int intValue)
doAnAnnotationBasedCountGreaterThanEquals
int doAnAnnotationBasedCountGreaterThanEquals(int intValue)
doAnAnnotationBasedCountLessThanEquals
int doAnAnnotationBasedCountLessThanEquals(int intValue)
countByIntValueGreaterThanEqual
int countByIntValueGreaterThanEqual(int intValue)
countByIntValueLessThanEqual
int countByIntValueLessThanEqual(int intValue)
countAll
int countAll()
sumIntValues
int sumIntValues()
averageIntValues
double averageIntValues()
minIntValue
int minIntValue()
maxIntValue
int maxIntValue()
countDistinctIntValue
int countDistinctIntValue()
countIntValue
int countIntValue()
deleteByIntValueWithin
void deleteByIntValueWithin(List<Integer> someInts)
deleteSomeObjects
void deleteSomeObjects(List<Integer> someInts)
Copyright © 2012. All Rights Reserved.