Package com.bytedesk.core.recharge
Class RechargeSpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification
com.bytedesk.core.recharge.RechargeSpecification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RechargeEntity>
searchByOrg
(RechargeRequest request) static org.springframework.data.jpa.domain.Specification<RechargeEntity>
searchBySuper
(RechargeRequest request) static org.springframework.data.jpa.domain.Specification<RechargeEntity>
searchByUser
(RechargeRequest request) Methods inherited from class com.bytedesk.core.base.BaseSpecification
getBasicPredicates
-
Constructor Details
-
RechargeSpecification
public RechargeSpecification()
-
-
Method Details
-
searchBySuper
public static org.springframework.data.jpa.domain.Specification<RechargeEntity> searchBySuper(RechargeRequest request) -
searchByOrg
public static org.springframework.data.jpa.domain.Specification<RechargeEntity> searchByOrg(RechargeRequest request) -
searchByUser
public static org.springframework.data.jpa.domain.Specification<RechargeEntity> searchByUser(RechargeRequest request)
-