Whether entity and property level validation should occur when entities are attached to the EntityManager other than via a query. (default = true)
Whether property level validation should occur after entities are modified. (default = true)
Whether entity and property level validation should occur after entities are queried from a remote server. (default = false)
Whether entity and property level validation should occur before entities are saved. A failed validation will force the save to fail early. (default = true)
Generated using TypeDoc
Configuration info to be passed to the ValidationOptions constructor