public interface ObjectGraphBuilder.RelationNameResolver
Strategy for resolving a relationship property name.
Type Params | Return Type | Name and description |
---|---|---|
|
public String |
resolveChildRelationName(String parentName, Object parent, String childName, Object child) Returns the mapping name of child -> parent |
|
public String |
resolveParentRelationName(String parentName, Object parent, String childName, Object child) Returns the mapping name of parent -> child |