|
Produced by Siminov Software Solution LLP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public @interface OneToOne
Exposes methods to GET one to one relationship properties as per in POJO Class Annotation by application.
Required Element Summary | |
---|---|
java.lang.String |
onDelete
|
java.lang.String |
onUpdate
|
Optional Element Summary | |
---|---|
RelationshipProperty[] |
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 |