|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityReleationInfo
EntityReleationInfo.
Method Summary | |
---|---|
RelationType |
getReleationType()
Returns the type of the relation. |
java.util.Set<Property> |
getTargetKeyProperty()
Returns the primary key property (or properties, in case of a composite key) for the class that is target of the relation |
boolean |
isCascadeOnDelete()
True when the delete operation is cascading. |
boolean |
isUnidirectional()
If the property is unidirectional. |
Method Detail |
---|
RelationType getReleationType()
boolean isUnidirectional()
boolean isCascadeOnDelete()
java.util.Set<Property> getTargetKeyProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |