Class EntityData

Hierarchy

  • EntityData

Constructors

Properties

collectionName?: string
data: {
    [name: string]: any;
} = {}

Type declaration

  • [name: string]: any
databaseSchemaName?: string
disableConstructor: boolean = false
indexes: {
    names: string[];
    options: IndexOptions;
}[] = []
name?: string
singleTableInheritance?: true

Generated using TypeDoc