Module EagerORM

Annotation Interface OneToMany


@Retention(RUNTIME) @Target(FIELD) public @interface OneToMany
Marks a List field in an Entity class to be mapped as a one-to-many (1:n) relationship in the database.