Attribute that entities should be marked with. The first and only required parameter indicates the name of the table the entity belongs to.
@Entity("scorpion_example") class Example { ... }
See Implementation
Attribute that entities should be marked with. The first and only required parameter indicates the name of the table the entity belongs to.