public annotation OneToMany(mappedBy as String = "")
Définit une relation One-to-Many.
@OneToMany(mappedBy="user") public property logs as List<LogEntry>