@Repository public interface LicenseKeyListRepository extends BaseRepository<LicenseKeyList,String>
LicenseKeyList.| Modifier and Type | Method and Description |
|---|---|
LicenseKeyList |
findByLicenseKey(String licenseKey)
Method to extract licensekey list details by license key.
|
create, createNamedQuerySelect, createNamedQueryUpdateOrDelete, createQuerySelect, createQuerySelect, createQueryUpdateOrDelete, delete, findAll, findById, updatedeleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllLicenseKeyList findByLicenseKey(String licenseKey)
licenseKey - the license key.Copyright © 2020. All rights reserved.