|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Flush
Indicates that this method can flush. What 'flush' means depends on the implementation.
This annotation should only be used on classes that
are annotated with the Dao annotation.
| Optional Element Summary | |
|---|---|
boolean |
isDefault
If this method is the default flush method of the DAO. |
String |
name
The name of the flush operation. |
public abstract String name
public abstract boolean isDefault
Flush annotation is
present then that method is automatically the default method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||