register MethodStatic
Register a single entityClass defined in the specified schema.
register(entityClass: Entity, schema: Schema): void
@see registerModule to register multiple classes.
| Parameter | Type | Description |
|---|---|---|
| entityClass | Entity | |
| schema | Schema |
Returns - void
Defined in
- core/backend/src/ClassRegistry.ts Line 102
Last Updated: 02 December, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.