Class EmbeddedUseCase
java.lang.Object
io.awspring.spring.data.examples.service.usecase.EmbeddedUseCase
- All Implemented Interfaces:
ExampleUseCase
Demonstrates nested-map and routed flattened @Embedded mappings.
-
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedUseCase(CustomerRepository customers, CustomerAccountRepository accounts) -
Method Summary
-
Constructor Details
-
EmbeddedUseCase
-
-
Method Details
-
title
- Specified by:
titlein interfaceExampleUseCase
-
run
public void run()- Specified by:
runin interfaceExampleUseCase
-