| 1 | import { MikroORM, OracleNativeQueryBuilder, sql } from '@mikro-orm/oracledb'; |
| 2 | import { Entity, PrimaryKey, Property, ReflectMetadataProvider } from '@mikro-orm/decorators/legacy'; |
| 3 | |
| 4 | @Entity() |
nothing calls this directly
no test coverage detected