Produced by Siminov Software Solution LLP

siminov.orm.annotation
Annotation Type OneToOne


@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

onUpdate

public abstract java.lang.String onUpdate

onDelete

public abstract java.lang.String onDelete

properties

public abstract RelationshipProperty[] properties
Default:
{}

Apache License 2.0

Copyright 2013