Uses of Class
com.bytedesk.core.license.LicenseEntity
Packages that use LicenseEntity
-
Uses of LicenseEntity in com.bytedesk.core.license
Methods in com.bytedesk.core.license that return LicenseEntityModifier and TypeMethodDescriptionLicenseService.getLicenseDetails
(String licenseKey) 获取授权详情LicenseRestService.save
(LicenseEntity entity) Methods in com.bytedesk.core.license that return types with arguments of type LicenseEntityModifier and TypeMethodDescriptionLicenseRepository.findByLicenseKey
(String licenseKey) LicenseRepository.findFirstByOrderByActivatedAtDesc()
LicenseRepository.findFirstByOrderByCreatedAtAsc()
Methods in com.bytedesk.core.license with parameters of type LicenseEntityModifier and TypeMethodDescriptionLicenseRestService.convertToResponse
(LicenseEntity entity) void
LicenseRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, LicenseEntity entity) LicenseRestService.save
(LicenseEntity entity)