public interface OrganizationsRepository extends Repository<Organization,String>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Boolean> |
existsByName(String name)
Returns whether an organization with the given name exists.
|
deleteById, existByProperty, existsById, findAll, findById, saveCopyright © 2015–2019. All rights reserved.