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

Définit une relation One-to-Many.

@param mappedBy Nom du champ propriétaire de la relation.

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