Uses of Class
net.lecousin.reactive.data.relational.model.LcEntityTypeInfo.JoinTableInfo
-
Packages that use LcEntityTypeInfo.JoinTableInfo Package Description net.lecousin.reactive.data.relational.model -
-
Uses of LcEntityTypeInfo.JoinTableInfo in net.lecousin.reactive.data.relational.model
Methods in net.lecousin.reactive.data.relational.model that return LcEntityTypeInfo.JoinTableInfo Modifier and Type Method Description LcEntityTypeInfo.JoinTableInfoLcEntityTypeInfo. getJoinTable(String propertyName)Return join table information on the given property name.Methods in net.lecousin.reactive.data.relational.model that return types with arguments of type LcEntityTypeInfo.JoinTableInfo Modifier and Type Method Description Collection<LcEntityTypeInfo.JoinTableInfo>LcEntityTypeInfo. getJoinTables()Return the list of join tables on this type.
-