Interface RequirementDao
-
- All Known Implementing Classes:
RequirementHibernateDao
public interface RequirementDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable RequirementSet
findById(long id)
-
-
-
Method Detail
-
findById
@Nullable @Nullable RequirementSet findById(long id)
-
-