Class PaymentProviderSpecificationBuilderImpl
java.lang.Object
com.skava.payment.model.entity.criteria.AbstractSpecificationBuilder<PaymentProviderEntity>
com.skava.payment.model.entity.criteria.paymentprovider.PaymentProviderSpecificationBuilderImpl
public class PaymentProviderSpecificationBuilderImpl
extends AbstractSpecificationBuilder<PaymentProviderEntity>
The Class CollectionSpecificationsBuilder
this extends the AbstractSpecificationBuilder to create the same for the collection
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes the UserSpecificationsBuilder class, also defines its private member -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<PaymentProviderEntity>
build()
This method defines calls the SearchCriteria class with params key, operation and valueMethods inherited from class com.skava.payment.model.entity.criteria.AbstractSpecificationBuilder
getSpecification
-
Constructor Details
-
PaymentProviderSpecificationBuilderImpl
public PaymentProviderSpecificationBuilderImpl()Initializes the UserSpecificationsBuilder class, also defines its private member
-
-
Method Details
-
with
This method defines calls the SearchCriteria class with params key, operation and value- Specified by:
with
in classAbstractSpecificationBuilder<PaymentProviderEntity>
- Parameters:
key
- key of String typeoperation
- operation to be done, this is of String typevalue
- value of String type- Returns:
- initializes SpecificationsBuilder class
-
build
- Specified by:
build
in classAbstractSpecificationBuilder<PaymentProviderEntity>
- Returns:
- null on empty SearchCriteria params, on SearchCriteria params returns Specification
- See Also:
-
Specification
-