Class SelectOneByExampleStepSupplier<R,ID,T extends org.springframework.data.repository.Repository<R,ID>>
- java.lang.Object
-
- ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier<T,R,M,P,THIS>
-
- ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectChainedStepSupplier<SpringDataContext,R,T,SelectOneStepSupplier<R,ID,T>>
-
- ru.tinkoff.qa.neptune.spring.data.select.SelectOneStepSupplier<R,ID,T>
-
- ru.tinkoff.qa.neptune.spring.data.select.common.SelectOneByExampleStepSupplier<R,ID,T>
-
- All Implemented Interfaces:
Cloneable
,Supplier<Function<SpringDataContext,R>>
,ru.tinkoff.qa.neptune.core.api.steps.parameters.StepParameterPojo
,ru.tinkoff.qa.neptune.database.abstractions.SelectQuery<R>
public abstract class SelectOneByExampleStepSupplier<R,ID,T extends org.springframework.data.repository.Repository<R,ID>> extends SelectOneStepSupplier<R,ID,T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefaultGetParameterReader, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefineCriteriaParameterName, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefineFromParameterName, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefineGetImperativeParameterName, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefinePollingTimeParameterName, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefineResultDescriptionParameterName, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefineTimeOutParameterName, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetArrayChainedStepSupplier<T extends Object,R extends Object,M extends Object,THIS extends ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetArrayChainedStepSupplier<T,R,M,THIS>>, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetArrayStepSupplier<T extends Object,R extends Object,THIS extends ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetArrayStepSupplier<T,R,THIS>>, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetListChainedStepSupplier<T extends Object,S extends Iterable<R>,M extends Object,R extends Object,THIS extends ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetListChainedStepSupplier<T,S,M,R,THIS>>, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetListStepSupplier<T extends Object,S extends Iterable<R>,R extends Object,THIS extends ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetListStepSupplier<T,S,R,THIS>>, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectChainedStepSupplier<T extends Object,R extends Object,M extends Object,THIS extends ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectChainedStepSupplier<T,R,M,THIS>>, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromArrayChainedStepSupplier<T extends Object,R extends Object,M extends Object,THIS extends ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromArrayChainedStepSupplier<T,R,M,THIS>>, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromArrayStepSupplier<T extends Object,R extends Object,THIS extends ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromArrayStepSupplier<T,R,THIS>>, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromIterableChainedStepSupplier<T extends Object,R extends Object,M extends Object,THIS extends ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromIterableChainedStepSupplier<T,R,M,THIS>>, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromIterableStepSupplier<T extends Object,R extends Object,THIS extends ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromIterableStepSupplier<T,R,THIS>>, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectStepSupplier<T extends Object,R extends Object,THIS extends ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectStepSupplier<T,R,THIS>>, ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetSimpleStepSupplier<T extends Object,R extends Object,THIS extends ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetSimpleStepSupplier<T,R,THIS>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SelectOneByExampleStepSupplier(R probe, T repository, SelectionByExample.SelectASingleByExample<R,ID,T> select)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectOneByExampleStepSupplier<R,ID,T>
initialMatcher(org.springframework.data.domain.ExampleMatcher exampleMatcher)
SelectOneByExampleStepSupplier<R,ID,T>
matcher(Function<org.springframework.data.domain.ExampleMatcher,org.springframework.data.domain.ExampleMatcher> exampleMatcher)
protected void
onStart(T t)
-
Methods inherited from class ru.tinkoff.qa.neptune.spring.data.select.SelectOneStepSupplier
additionalParameters, from, pollingInterval, setDescription, thenGetArray, thenGetArrayItem, thenGetIterableItem, thenGetList, thenGetObject, timeOut
-
Methods inherited from class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectChainedStepSupplier
from, from
-
-
-
-
Method Detail
-
initialMatcher
public SelectOneByExampleStepSupplier<R,ID,T> initialMatcher(org.springframework.data.domain.ExampleMatcher exampleMatcher)
-
matcher
public SelectOneByExampleStepSupplier<R,ID,T> matcher(Function<org.springframework.data.domain.ExampleMatcher,org.springframework.data.domain.ExampleMatcher> exampleMatcher)
-
onStart
protected void onStart(T t)
-
-