Interface HelloRepoAnnotation
-
@RepositoryDefinition(domainClass=Hello.class, idClass=java.lang.Long.class) public interface HelloRepoAnnotation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Hello>findById(Long id)Hellosave(Hello hello)
-