Package org.apache.ibatis.annotations
Annotation Interface One
The annotation that specify the nested statement for retrieving single object.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionReturns the columnPrefix.Returns the fetch strategy for nested statement.Returns the result map id used to map single object.Returns the statement id that retrieves single object.
-
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 single object.- Returns:
- the result map id
- Since:
- 3.5.5
- Default:
- ""
-
select
String selectReturns the statement id that retrieves single object.- Returns:
- the statement id
- Default:
- ""
-
fetchType
FetchType fetchTypeReturns the fetch strategy for nested statement.- Returns:
- the fetch strategy
- Default:
- DEFAULT
-