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

Author:
Emmanuel Bernard

Required Element Summary
 String clause
           
 

Element Detail

clause

public abstract String clause


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