Package org.apache.ibatis.annotations
Annotation Interface Many
The annotation that specify the nested statement for retrieving collections.
-
Optional Element Summary
-
Element Details
-
columnPrefix
String columnPrefixReturns the columnPrefix.- Returns:
- the columnPrefix.
- Since:
- 3.5.5
- Default:
- ""
-
resultMap
String resultMapReturns the result map id used to map collection.- Returns:
- the result map id
- Since:
- 3.5.5
- Default:
- ""
-
select
String selectReturns the statement id that retrieves collection.- Returns:
- the statement id
- Default:
- ""
-
fetchType
FetchType fetchTypeReturns the fetch strategy for nested statement.- Returns:
- the fetch strategy
- Default:
- DEFAULT
-