org.apache.ibatis.annotations
Annotation Type SelectKey


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SelectKey


Required Element Summary
 boolean before
           
 String keyProperty
           
 Class<?> resultType
           
 String[] statement
           
 
Optional Element Summary
 StatementType statementType
           
 

Element Detail

statement

public abstract String[] statement

keyProperty

public abstract String keyProperty

before

public abstract boolean before

resultType

public abstract Class<?> resultType

statementType

public abstract StatementType statementType
Default:
org.apache.ibatis.mapping.StatementType.PREPARED


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.