()
| 54 | } |
| 55 | |
| 56 | static transactionRequired(): ValidationError { |
| 57 | return new ValidationError('An open transaction is required for this operation'); |
| 58 | } |
| 59 | |
| 60 | static entityNotManaged(entity: AnyEntity): ValidationError { |
| 61 | return new ValidationError( |
no outgoing calls
no test coverage detected