@Repository public interface LicenseKeyTspMapRepository extends BaseRepository<LicenseKeyTspMap,LicenseKeyTspMapID>
LicenseKeyTspMap.| Modifier and Type | Method and Description |
|---|---|
LicenseKeyTspMap |
findByLKeyAndTspId(String licenseKey,
String tspID)
Method to extract LicenseKeyTspMap entity based on license key and TSP ID.
|
create, createNamedQuerySelect, createNamedQueryUpdateOrDelete, createQuerySelect, createQuerySelect, createQueryUpdateOrDelete, delete, findAll, findById, updatedeleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllLicenseKeyTspMap findByLKeyAndTspId(String licenseKey, String tspID)
licenseKey - the license key.tspID - the TSP ID.Copyright © 2020. All rights reserved.