Class SelectionByExample.SelectASingleByExample<R,ID,T extends org.springframework.data.repository.Repository<R,ID>>
- java.lang.Object
-
- ru.tinkoff.qa.neptune.core.api.steps.SelfDescribed
-
- ru.tinkoff.qa.neptune.spring.data.SpringDataFunction<T,RESULT>
-
- ru.tinkoff.qa.neptune.spring.data.select.common.by.SelectionByExample<R,ID,T,R>
-
- ru.tinkoff.qa.neptune.spring.data.select.common.by.SelectionByExample.SelectASingleByExample<R,ID,T>
-
- All Implemented Interfaces:
Function<T,R>
- Enclosing class:
- SelectionByExample<R,ID,T extends org.springframework.data.repository.Repository<R,ID>,RESULT>
public static final class SelectionByExample.SelectASingleByExample<R,ID,T extends org.springframework.data.repository.Repository<R,ID>> extends SelectionByExample<R,ID,T,R>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ru.tinkoff.qa.neptune.spring.data.select.common.by.SelectionByExample
SelectionByExample.SelectASingleByExample<R,ID,T extends org.springframework.data.repository.Repository<R,ID>>, SelectionByExample.SelectIterableByExample<R,ID,T extends org.springframework.data.repository.Repository<R,ID>>
-
-
Constructor Summary
Constructors Constructor Description SelectASingleByExample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
apply(T t)
-
Methods inherited from class ru.tinkoff.qa.neptune.spring.data.select.common.by.SelectionByExample
getExample, getIterableByExample, getSingleByExample, setMatcher, setProbe
-
Methods inherited from class ru.tinkoff.qa.neptune.spring.data.SpringDataFunction
unsupportedRepository
-
-