Package org.apache.ibatis.annotations
Annotation Type One
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcolumnPrefixReturns the columnPrefix.FetchTypefetchTypeReturns the fetch strategy for nested statement.java.lang.StringresultMapReturns the result map id used to map single object.java.lang.StringselectReturns the statement id that retrieves single object.
-
-
-
-
fetchType
FetchType fetchType
Returns the fetch strategy for nested statement.- Returns:
- the fetch strategy
- Default:
- org.apache.ibatis.mapping.FetchType.DEFAULT
-
-