Annotation Interface IgnoreEnterpriseBehavior
Marker annotation for any field on a sandboxable entity that should not undergo enterprise sandbox config validation
(if applicable). This has added benefits when marking a collection field on a sandboxable entity:
- When fetched, the collection will behave as a standard Hibernate collection, rather than enforcing enterprise behavior
- Adds and removals on the collection directly should behave as expected as long as the collection member type is itself not sandboxable
- Author:
- jfischer