@Repository public interface LicenseKeyListRepository extends org.springframework.data.jpa.repository.JpaRepository<LicenseKeyList,String>
LicenseKeyList.| Modifier and Type | Method and Description |
|---|---|
LicenseKeyList |
findByLicenseKey(String licenseKey)
Method to extract licensekey list details by license key.
|
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllLicenseKeyList findByLicenseKey(String licenseKey)
licenseKey - the license key.Copyright © 2020. All rights reserved.