| java.lang.Object com.bm.introspectors.relations.AbstractRelation com.bm.introspectors.relations.ManyToOneReleation
ManyToOneReleation | public ManyToOneReleation(Class sourceClass, Class targetClass, Property sourceProperty, Property targetProperty, ManyToOne annotation)(Code) | | Default constructor.
Parameters: sourceClass - -the type of the source entity bean Parameters: targetClass - -the type of the target entity bean Parameters: sourceProperty - -the property of the source entity bean Parameters: targetProperty - -the property of the target entity bean Parameters: annotation - -the annotation (with values) |
getTargetKeyProperty | public Set<Property> getTargetKeyProperty()(Code) | | Returns the primary key properties of the target class
the primary key properties of the target class |
setTargetKeyProperty | public void setTargetKeyProperty(Set<Property> targetKeyProp)(Code) | | Sets the primary key properties of the target class
Parameters: targetKeyProp - |
|
|