@Repository public interface CategoryPropertyTypeRepository extends org.springframework.data.jpa.repository.JpaRepository<CategoryPropertyType,Long>
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Long id) |
CategoryPropertyType |
findByName(String name) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllCategoryPropertyType findByName(String name)
void delete(Long id)
delete in interface org.springframework.data.repository.CrudRepository<CategoryPropertyType,Long>Copyright © 2015–2016 eGovernments Foundation. All rights reserved.