Uses of Class
net.lecousin.reactive.data.relational.model.LcEntityTypeInfo.ForeignTableInfo
-
Packages that use LcEntityTypeInfo.ForeignTableInfo Package Description net.lecousin.reactive.data.relational.model -
-
Uses of LcEntityTypeInfo.ForeignTableInfo in net.lecousin.reactive.data.relational.model
Methods in net.lecousin.reactive.data.relational.model that return LcEntityTypeInfo.ForeignTableInfo Modifier and Type Method Description LcEntityTypeInfo.ForeignTableInfoLcEntityTypeInfo. getForeignTableWithFieldForJoinKey(String joinKey, Class<?> targetType)Return the foreign table field having the given join key.LcEntityTypeInfo.ForeignTableInfoLcEntityTypeInfo.JoinTableInfo. getJoinForeignTable()LcEntityTypeInfo.ForeignTableInfoLcEntityTypeInfo. getRequiredForeignTableWithFieldForJoinKey(String joinKey, Class<?> targetType)Return the foreign table field having the given join key.Methods in net.lecousin.reactive.data.relational.model that return types with arguments of type LcEntityTypeInfo.ForeignTableInfo Modifier and Type Method Description Collection<LcEntityTypeInfo.ForeignTableInfo>LcEntityTypeInfo. getForeignTables()Return the list of foreign tables.
-