|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ObjectGraphBuilder.RelationNameResolver
Strategy for resolving a relationship property name.
Method Summary | |
---|---|
String |
resolveChildRelationName(String parentName,
Object parent,
String childName,
Object child)
Returns the mapping name of child -> parent |
String |
resolveParentRelationName(String parentName,
Object parent,
String childName,
Object child)
Returns the mapping name of parent -> child |
Method Detail |
---|
String resolveChildRelationName(String parentName, Object parent, String childName, Object child)
parentName
- the name of the parent nodeparent
- the parent nodechildName
- the name of the child nodechild
- the child nodeString resolveParentRelationName(String parentName, Object parent, String childName, Object child)
parentName
- the name of the parent nodeparent
- the parent nodechildName
- the name of the child nodechild
- the child node
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |