public SQLMappedEntity(entityType as Type):
Resolves and validates all effective SQL annotations for one entity.
| Parameter | Description |
|---|---|
entityType | Reflected type annotated with @Entity. |
mapped = SQLMappedEntity(User.type) assert mapped.identityType == Int.type