fluent icon indicating copy to clipboard operation
fluent copied to clipboard

Defer adding gedmo mappings to when the extension is enabled

Open guiwoda opened this issue 9 years ago • 0 comments

Gedmo provides some abstract classes and default implementations for some of their extensions, and we've added mappings for them in the same way they do for annotations.

When mappings for all implementations are added to the FluentDriver, Fluent ends up creating tables for extensions that may not be needed yet. It would be nice to have those mappings added only if that specific extension is enabled.

guiwoda avatar Apr 08 '16 12:04 guiwoda