OneToMany
annotationin packageklyn.databases.entities
public annotation OneToMany(mappedBy as String = "")
OneToMany

Définit une relation One-to-Many.

Example
@OneToMany(mappedBy="user")
public property logs as List<LogEntry>