How To Provide a Fluent API Via Setters For Building Entities
Note: If you want yo provide a Fluent API without altering setters then consider this item.
Description: This is a sample application that alter the entities setters methods in order to empower a Fluent API.
Key points:
- in entitites, return
this
instead ofvoid
in setters