()
| 507 | } |
| 508 | |
| 509 | private checkInitialized(): void { |
| 510 | if (!this.isInitialized()) { |
| 511 | throw new Error( |
| 512 | `Collection<${this.property.type}> of entity ${helper(this.owner).__meta.name}[${helper(this.owner).getSerializedPrimaryKey()}] not initialized`, |
| 513 | ); |
| 514 | } |
| 515 | } |
| 516 | |
| 517 | /** |
| 518 | * re-orders items after searching with `$in` operator |