Class ToManyWithJoinEntity
- java.lang.Object
-
- org.greenrobot.greendao.generator.ToManyBase
-
- org.greenrobot.greendao.generator.ToManyWithJoinEntity
-
public class ToManyWithJoinEntity extends ToManyBase
To-many relationship to many target entities using a join entity (aka JOIN table).
-
-
Field Summary
-
Fields inherited from class org.greenrobot.greendao.generator.ToManyBase
sourceEntity, targetEntity
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntitygetJoinEntity()PropertygetSourceProperty()PropertygetTargetProperty()-
Methods inherited from class org.greenrobot.greendao.generator.ToManyBase
getName, getOrder, getOrderSpec, getSourceEntity, getTargetEntity, orderAsc, orderDesc, setName, toString
-
-