org.hibernate.annotations
Annotation Type Parent


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Parent

Reference the property as a pointer back to the owner (generally the owning entity)

Author:
Emmanuel Bernard