Uses of Class
net.lecousin.reactive.data.relational.annotations.ForeignTable
-
Packages that use ForeignTable Package Description net.lecousin.reactive.data.relational.model -
-
Uses of ForeignTable in net.lecousin.reactive.data.relational.model
Methods in net.lecousin.reactive.data.relational.model that return ForeignTable Modifier and Type Method Description static ForeignTableModelUtils. getForeignTableForProperty(Class<?> entity, String propertyName)Return the foreign table field on the given property in the given entity type.static ForeignTableModelUtils. getRequiredForeignTableForProperty(Class<?> entity, String propertyName)Return the foreign table field on the given property in the given entity type.Methods in net.lecousin.reactive.data.relational.model that return types with arguments of type ForeignTable Modifier and Type Method Description static Collection<org.springframework.data.util.Pair<Field,ForeignTable>>ModelUtils. getForeignTables(Class<?> entity)Return the list of foreign tables declared in the given entity type.static org.springframework.data.util.Pair<Field,ForeignTable>ModelUtils. getForeignTableWithFieldForJoinKey(Class<?> entity, String joinKey, Class<?> targetType)Return the foreign table field on the given entity type, having the given join key.static org.springframework.data.util.Pair<Field,ForeignTable>ModelUtils. getRequiredForeignTableWithFieldForJoinKey(Class<?> entity, String joinKey, Class<?> targetType)Return the foreign table field on the given entity type, having the given join key.
-