Package org.apache.ibatis.annotations
Annotation Type Many
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
columnPrefix
Returns the columnPrefix.FetchType
fetchType
Returns the fetch strategy for nested statement.java.lang.String
resultMap
Returns the result map id used to map collection.java.lang.String
select
Returns the statement id that retrieves collection.
-
-
-
-
fetchType
FetchType fetchType
Returns the fetch strategy for nested statement.- Returns:
- the fetch strategy
- Default:
- org.apache.ibatis.mapping.FetchType.DEFAULT
-
-