Uses of Class
com.bytedesk.control.license.LicenseEntity
Packages that use LicenseEntity
- 
Uses of LicenseEntity in com.bytedesk.control.licenseMethods in com.bytedesk.control.license that return LicenseEntityModifier and TypeMethodDescriptionprotected LicenseEntityLicenseRestService.doSave(LicenseEntity entity) LicenseRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, LicenseEntity entity) LicenseRestService.parseLicenseKey(String licenseKey) 解析激活密钥,base64解码->字段拆分(不再AES解密)Methods in com.bytedesk.control.license that return types with arguments of type LicenseEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<LicenseEntity>LicenseRestService.createSpecification(LicenseRequest request) protected org.springframework.data.domain.Page<LicenseEntity>LicenseRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<LicenseEntity> spec, org.springframework.data.domain.Pageable pageable) LicenseRepository.findByLicenseKey(String licenseKey) LicenseRepository.findFirstByOrderByActivatedAtDesc()LicenseRepository.findFirstByOrderByCreatedAtAsc()static org.springframework.data.jpa.domain.Specification<LicenseEntity>LicenseSpecification.search(LicenseRequest request, AuthService authService) Methods in com.bytedesk.control.license with parameters of type LicenseEntityModifier and TypeMethodDescriptionLicenseRestService.convertToResponse(LicenseEntity entity) protected LicenseEntityLicenseRestService.doSave(LicenseEntity entity) LicenseRestService.generateLicenseKey(LicenseEntity entity) 生成激活密钥,按格式拼接、base64编码(不再AES加密)LicenseRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, LicenseEntity entity) Method parameters in com.bytedesk.control.license with type arguments of type LicenseEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<LicenseEntity>LicenseRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<LicenseEntity> spec, org.springframework.data.domain.Pageable pageable)