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


Required Element Summary
 String clause
           
 

Element Detail

clause

public abstract String clause


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