public interface PropertyRepo extends org.springframework.data.jpa.repository.JpaRepository<Property,Long>
Blog: http://blog.didispace.com/ Github: https://github.com/dyc87112/
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteAllByApplication(String project) |
int |
deleteAllByApplicationAndProfile(String application,
String profile) |
int |
deleteAllByApplicationAndProfileAndLabel(String application,
String profile,
String label) |
int |
deleteAllByLabel(String label) |
int |
deleteAllByProfile(String profile) |
List<Property> |
findAllByApplicationAndProfileAndLabel(String application,
String profile,
String label) |
int |
updateProfileName(String newName,
String oldName) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushint deleteAllByProfile(String profile)
int deleteAllByApplication(String project)
int deleteAllByLabel(String label)
int deleteAllByApplicationAndProfileAndLabel(String application, String profile, String label)
int deleteAllByApplicationAndProfile(String application, String profile)
List<Property> findAllByApplicationAndProfileAndLabel(String application, String profile, String label)
Copyright © 2018. All rights reserved.