Interface CriteriaConstructor<T,Init>
-
- All Known Implementing Classes:
CriteriaConstructorImpl
public interface CriteriaConstructor<T,Init>Date: 10.12.11 Time: 13:32
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CriteriaConstructorResultconstruct(T source, Init init)
-
-
-
Method Detail
-
construct
CriteriaConstructorResult construct(T source, Init init)
-
-