public interface AppRepository extends org.springframework.data.jpa.repository.JpaRepository<App,String>
| Modifier and Type | Method and Description |
|---|---|
Optional<App> |
findByAppId(String appId) |
Optional<App> |
findByAppName(String appName) |
Optional<App> |
findByAppUrl(String appUrl) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllCopyright © 2017 Pivotal Software, Inc.. All rights reserved.