|
@@ 2414-2416 (lines=3) @@
|
| 2411 |
|
throw MappingException::nameIsMandatoryForQueryMapping($this->name); |
| 2412 |
|
} |
| 2413 |
|
|
| 2414 |
|
if (isset($this->namedQueries[$queryMapping['name']])) { |
| 2415 |
|
throw MappingException::duplicateQueryMapping($this->name, $queryMapping['name']); |
| 2416 |
|
} |
| 2417 |
|
|
| 2418 |
|
if (!isset($queryMapping['query'])) { |
| 2419 |
|
throw MappingException::emptyQueryMapping($this->name, $queryMapping['name']); |
|
@@ 2449-2451 (lines=3) @@
|
| 2446 |
|
throw MappingException::nameIsMandatoryForQueryMapping($this->name); |
| 2447 |
|
} |
| 2448 |
|
|
| 2449 |
|
if (isset($this->namedNativeQueries[$queryMapping['name']])) { |
| 2450 |
|
throw MappingException::duplicateQueryMapping($this->name, $queryMapping['name']); |
| 2451 |
|
} |
| 2452 |
|
|
| 2453 |
|
if (!isset($queryMapping['query'])) { |
| 2454 |
|
throw MappingException::emptyQueryMapping($this->name, $queryMapping['name']); |