@Documented @Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface JunctionTable
public abstract String name
public abstract Column[] columns
public abstract Class<?> type
ManyToMany
relationship. If not specified
the processor will generate a junction type class.