type

Parameters

type

The unique type identifier for this entity. If empty, the class name will be used.

Example:

@Entity(type = "my_type")
data class Profile(val name: String)