Package org.apache.ibatis.annotations
Annotation Interface Case
The annotation that conditional mapping definition for
TypeDiscriminator
.- Author:
- Clinton Begin
- See Also:
-
Element Details
-
value
String valueReturn the condition value to apply this mapping.- Returns:
- the condition value
-
type
Class<?> typeReturn the object type that create a object using this mapping.- Returns:
- the object type
-
results
Result[] resultsReturn mapping definitions for property.- Returns:
- mapping definitions for property
- Default:
{}
-
constructArgs
Arg[] constructArgsReturn mapping definitions for constructor.- Returns:
- mapping definitions for constructor
- Default:
{}
-