Annotation Type BelongsTo
-
@Retention(RUNTIME) @Target(TYPE) public @interface BelongsTo
Place on a child model of the One-to-many relationship if the tables do not follow the ActiveJDBC naming conventions.This annotation will do exactly the same as
HasMany, but is placed on a 'child' side of a relationship.There is no need to add both
HasManyandBelongsToon the two related models. Just one is fully sufficient.- Since:
- 1.0
- Author:
- Igor Polevoy
- See Also:
HasMany
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringforeignKeyNameClass<? extends Model>parent
-