Produced by Siminov Software Solution LLP

siminov.orm.annotation
Annotation Type OneToMany


@Retention(value=RUNTIME)
public @interface OneToMany

Exposes methods to GET one to many relationship properties as per in POJO Class Annotation by application.


Required Element Summary
 java.lang.String onDelete
          Get on delete action.
 java.lang.String onUpdate
          Get on update action.
 
Optional Element Summary
 RelationshipProperty[] properties
          Get relationship properties.
 

Element Detail

onUpdate

public abstract java.lang.String onUpdate
Get on update action.

Returns:
OnUpdate Action.

onDelete

public abstract java.lang.String onDelete
Get on delete action.

Returns:
OnDelete Action.

properties

public abstract RelationshipProperty[] properties
Get relationship properties.

Returns:
Relationship Properties.
Default:
{}

Apache License 2.0

Copyright 2013