|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bm.introspectors.relations.RelationPropertyResolver
public final class RelationPropertyResolver
Helper class to find properties wich are inwolved in releations.
Method Summary | |
---|---|
static Property |
findAttributeForRelationAtOtherSide(java.lang.Class<java.lang.Object> declaredInClass,
java.lang.String mappedBy)
Search the attribute representing the releation on the !other side! |
static Property |
findAttributeForRelationAtOtherSide(Property aktProperty)
Search the attribute representing the relation on the !other side! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Property findAttributeForRelationAtOtherSide(java.lang.Class<java.lang.Object> declaredInClass, java.lang.String mappedBy)
declaredInClass
- -
the other side class holding the mappedBy attributemappedBy
- -
the attribute name mapping the property (on the other side)
public static Property findAttributeForRelationAtOtherSide(Property aktProperty)
aktProperty
- -
the current property representing this side
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |