| java.lang.Object com.bm.introspectors.relations.RelationPropertyResolver
RelationPropertyResolver | final public class RelationPropertyResolver (Code) | | Helper class to find properties wich are inwolved in releations.
author: Daniel Wiese |
findAttributeForRelationAtOtherSide | public static Property findAttributeForRelationAtOtherSide(Class<Object> declaredInClass, String mappedBy)(Code) | | Search the attribute representing the releation on the !other side!
Parameters: declaredInClass - -the other side class holding the mappedBy attribute Parameters: mappedBy - -the attribute name mapping the property (on the other side) - the property (if found) |
findAttributeForRelationAtOtherSide | public static Property findAttributeForRelationAtOtherSide(Property aktProperty)(Code) | | Search the attribute representing the relation on the !other side!
Parameters: aktProperty - -the current property representing this side - the property (if found) |
|
|