@Repository public interface LicenseCategoryRepository extends org.springframework.data.jpa.repository.JpaRepository<LicenseCategory,Long>
| Modifier and Type | Method and Description |
|---|---|
List<LicenseCategory> |
findAllByOrderByNameAsc() |
LicenseCategory |
findByCodeIgnoreCase(String code) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllLicenseCategory findByCodeIgnoreCase(String code)
List<LicenseCategory> findAllByOrderByNameAsc()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.