Uses of Class
com.bytedesk.core.recharge.RechargeEntity
Packages that use RechargeEntity
-
Uses of RechargeEntity in com.bytedesk.core.balance
Methods in com.bytedesk.core.balance with parameters of type RechargeEntity -
Uses of RechargeEntity in com.bytedesk.core.recharge
Methods in com.bytedesk.core.recharge that return RechargeEntityMethods in com.bytedesk.core.recharge that return types with arguments of type RechargeEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<RechargeEntity>
RechargeSpecification.searchByOrg
(RechargeRequest request) static org.springframework.data.jpa.domain.Specification<RechargeEntity>
RechargeSpecification.searchBySuper
(RechargeRequest request) static org.springframework.data.jpa.domain.Specification<RechargeEntity>
RechargeSpecification.searchByUser
(RechargeRequest request) Methods in com.bytedesk.core.recharge with parameters of type RechargeEntityModifier and TypeMethodDescriptionRechargeService.convertToResponse
(RechargeEntity entity) void
RechargeService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, RechargeEntity entity) RechargeService.save
(RechargeEntity entity)