|
Produced by Siminov Software Solution LLP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public @interface ManyToMany
Exposes methods to GET many to many relationship properties as per in POJO Class Annotation by application.
Required Element Summary | |
---|---|
java.lang.String |
onDelete
Get on delete action of relationship. |
java.lang.String |
onUpdate
Get on update action of relationship. |
Optional Element Summary | |
---|---|
RelationshipProperty[] |
properties
Get relationship properties. |
Element Detail |
---|
public abstract java.lang.String onUpdate
public abstract java.lang.String onDelete
public abstract RelationshipProperty[] properties
|
Apache License 2.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |