org.iternine.jeppetto.test
Interface SimpleObjectDSLDAO
- All Superinterfaces:
- GenericDAO<SimpleObject,String>
public interface SimpleObjectDSLDAO
- extends GenericDAO<SimpleObject,String>
findByIntValue
SimpleObject findByIntValue(int intValue)
findByAnotherIntValue
SimpleObject findByAnotherIntValue(int intValue)
throws NoSuchItemException
- Throws:
NoSuchItemException
findByIntValueAndAnotherIntValueGreaterThan
List<SimpleObject> findByIntValueAndAnotherIntValueGreaterThan(int intValue,
int anotherIntValue)
findByIntValueHavingRelatedObjectWithRelatedIntValue
SimpleObject findByIntValueHavingRelatedObjectWithRelatedIntValue(int intValue,
int relatedIntValue)
findByOrderByIntValueDesc
List<SimpleObject> findByOrderByIntValueDesc()
findByIntValueGreaterThan
Set<SimpleObject> findByIntValueGreaterThan(int intValue)
Copyright © 2012. All Rights Reserved.