@Transactional public interface DeployerRepository extends org.springframework.data.repository.PagingAndSortingRepository<Deployer,String>, DeployerRepositoryCustom
Modifier and Type | Method and Description |
---|---|
void |
delete(Deployer deployer) |
void |
deleteAll() |
void |
deleteById(String s) |
Deployer |
findByName(String name) |
Deployer |
save(Deployer deployer) |
findAll, findAll
count, deleteAll, existsById, findAll, findAllById, findById, saveAll
findByNameRequired
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.