@Repository public interface LicenseKeyTspMapRepository extends org.springframework.data.jpa.repository.JpaRepository<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.
|
deleteAllInBatch, 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.