org.hibernate.annotations
Annotation Type Where


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

Where clause to add to the element Entity or target entity of a collection The clause is written in SQL

Author:
Emmanuel Bernard

Required Element Summary
 java.lang.String clause
           
 

Element Detail

clause

public abstract java.lang.String clause