@RepositoryDefinition(domainClass=Hello.class, idClass=java.lang.Long.class) public interface HelloRepoAnnotation
| Modifier and Type | Method and Description |
|---|---|
Optional<Hello> |
findById(Long id) |
Hello |
save(Hello hello) |
Copyright © 2019 codecentric AG. All rights reserved.