Class LcEntityTypeInfo.JoinTableInfo
- java.lang.Object
-
- net.lecousin.reactive.data.relational.model.LcEntityTypeInfo.JoinTableInfo
-
- Enclosing class:
- LcEntityTypeInfo
public static class LcEntityTypeInfo.JoinTableInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description JoinTableInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JoinTablegetAnnotation()FieldgetField()LcEntityTypeInfo.ForeignTableInfogetJoinForeignTable()StringgetJoinSourceFieldName()StringgetJoinTargetFieldName()
-
-
-
Method Detail
-
getField
public Field getField()
-
getAnnotation
public JoinTable getAnnotation()
-
getJoinForeignTable
public LcEntityTypeInfo.ForeignTableInfo getJoinForeignTable()
-
getJoinSourceFieldName
public String getJoinSourceFieldName()
-
getJoinTargetFieldName
public String getJoinTargetFieldName()
-
-