Class LifecycleUseCase
java.lang.Object
io.awspring.spring.data.examples.service.usecase.LifecycleUseCase
- All Implemented Interfaces:
ExampleUseCase
Demonstrates entity callbacks and mapping application events.
-
Constructor Summary
ConstructorsConstructorDescriptionLifecycleUseCase(CustomerRepository customers, CustomerLifecycleCallbacks lifecycle) -
Method Summary
-
Constructor Details
-
LifecycleUseCase
-
-
Method Details
-
title
- Specified by:
titlein interfaceExampleUseCase
-
run
public void run()- Specified by:
runin interfaceExampleUseCase
-