org.hibernate.annotations
Annotation Type Synchronize


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Synchronize

Ensures that auto-flush happens correctly and that queries against the derived entity do not return stale data. Mostly used with Subselect.

Author:
Sharath Reddy

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


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