Skip to content

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.

  1. Annotations
  2. Fluent API
  3. Combination of both

With the recent introduction of Fluent API, it gives you more power to change/enable/disable tracking even on runtime.

Clone this wiki locally