|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface OverrideStatementLocatorWith
Use this to override the statement locator on a sql object, May be specified on either the interface or method level.
Required Element Summary | |
---|---|
Class<? extends StatementLocator> |
value
Specify the statement locator class to use |
Element Detail |
---|
public abstract Class<? extends StatementLocator> value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |