|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Finder
Marks a method stub as a dynamic finder. The method is intercepted and replaced with the specified JPAQL query. Provides result auto-boxing and automatic parameter binding.
Optional Element Summary | |
---|---|
String |
namedQuery
Returns the configured named query's name. |
String |
query
Returns the configured query string. |
Class<? extends Collection> |
returnAs
Returns the configured autoboxing collection class. |
public abstract String namedQuery
public abstract String query
public abstract Class<? extends Collection> returnAs
java.util.Collection
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |