-
Notifications
You must be signed in to change notification settings - Fork 110
3. Configuration
Bilal edited this page May 22, 2016
·
1 revision
In order to track entities, you will have to specify which entities you want to track. You can further specify which properties to track but it is optional. If you don't specify which properties to track, all properties of that entity will be tracked.
You can specify your tracking requirements in 3 ways.
- Annotations
- Fluent API
- Combination of both
With the recent introduction of Fluent API, it gives you more power to change/enable/disable tracking even on runtime.