@Service public class GreetingService extends Object
| Constructor and Description |
|---|
GreetingService(HelloRepo helloRepo,
HelloRepoSearchAndSorting repoSearchAndSorting,
HelloRepoJpa helloRepoJpa,
HelloRepoAnnotation helloRepoAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
String |
greet() |
String |
greetFromRepo() |
String |
greetFromRepoAnnotation() |
String |
greetFromRepoJpa() |
String |
greetFromRepoPagingSorting() |
public GreetingService(HelloRepo helloRepo, HelloRepoSearchAndSorting repoSearchAndSorting, HelloRepoJpa helloRepoJpa, HelloRepoAnnotation helloRepoAnnotation)
Copyright © 2019 codecentric AG. All rights reserved.