javax.persistence
Annotation Type JoinColumns
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface JoinColumns
Defines mapping for the composite foreign keys.
This annotation groups JoinColumn annotations for the same relationship.
When the JoinColumns annotation is used, both the name and the referencedColumnName
elements must be specified in each such JoinColumn annotation.
- Author:
- Emmanuel Bernard
value
public abstract JoinColumn[] value
Copyright © 2007-2009 Hibernate.org. All Rights Reserved.