Entity

Attribute that entities should be marked with. The first and only required parameter indicates the name of the table the entity belongs to.

struct Entity {}

Members

Variables

name
string name;
Undocumented in source.

Examples

@Entity("scorpion_example")
class Example {

   ...

}

Meta