org.skife.jdbi.v2.sqlobject.customizers
Annotation Type OverrideStatementLocatorWith


@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

value

public abstract Class<? extends StatementLocator> value
Specify the statement locator class to use



Copyright © 2013. All Rights Reserved.