org.hibernate.annotations
Annotation Type WhereJoinTable


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

Where clause to add to the colleciton join table The clause is written in SQL


Required Element Summary
 String clause
           
 

Element Detail

clause

public abstract String clause


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.