dstruct-orm ~0.0.1-alpha (2021-11-15T17:45:03.8433144)
Dub
Repo
Id
dstruct
annotations
@Id or @Id() - mark simple property as primary key of entity.
struct
Id {
immutable
bool
dummy
;
}
Members
Variables
dummy
bool
dummy
;
Undocumented in source.
Meta
Source
See Implementation
dstruct
annotations
structs
Column
Embeddable
Entity
Generated
Generator
Id
JoinColumn
ManyToMany
ManyToOne
NotNull
Null
OneToMany
OneToOne
Table
Transient
UniqueKey
variables
UUID_GENERATOR
@Id or @Id() - mark simple property as primary key of entity.