Enum Class EnforceEnterpriseCollectionBehaviorState

java.lang.Object
java.lang.Enum<EnforceEnterpriseCollectionBehaviorState>
org.broadleafcommerce.common.web.EnforceEnterpriseCollectionBehaviorState
All Implemented Interfaces:
Serializable, Comparable<EnforceEnterpriseCollectionBehaviorState>, Constable

public enum EnforceEnterpriseCollectionBehaviorState extends Enum<EnforceEnterpriseCollectionBehaviorState>
Defines the state in which sandboxable collections in the Enterprise module should adhere to Broadleaf defined behavior. When FALSE, PersistentCollection extensions in the Enterprise module will delegate to the standard Hibernate behavior. This is useful when the desire is to build and persist entity object structures (that the Enterprise module would otherwise interpret as sandboxable) without interference from the Enterprise module on the collection persistence behavior. When the Enterprise module is loaded, the behavior is enforced by default.
Author:
Jeff Fischer