@Repository public interface DeactivationRepository extends org.springframework.data.jpa.repository.JpaRepository<PropertyDeactivation,Long>
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
findDocumentTypeByName(String name) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAll@Query(value="select DT from DocumentType DT where DT.name=:name") DocumentType findDocumentTypeByName(@Param(value="name") String name)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.