File tree Expand file tree Collapse file tree 4 files changed +32
-59
lines changed
src/main/java/org/apache/ibatis/annotations Expand file tree Collapse file tree 4 files changed +32
-59
lines changed Original file line number Diff line number Diff line change 78
78
* Since 3.5.1, this attribute can omit.
79
79
* <p>
80
80
* If this attribute omit, the MyBatis will call a method that decide by following rules.
81
- *
82
- * <pre>
83
- * <ul>
84
- * <li>
85
- * If class that specified the {@link #type()} attribute implements the
86
- * {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver},
87
- * the MyBatis use a method that returned by it
88
- * </li>
89
- * <li>
90
- * If cannot resolve a method by {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver}
91
- * (= not implement it or it was returned <code>null</code>), the MyBatis will search
92
- * and use a fallback method that named <code>provideSql</code> from specified type
93
- * </li>
94
- * </ul>
95
- * </pre>
81
+ * <ul>
82
+ * <li>If class that specified the {@link #type()} attribute implements the
83
+ * {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver}, the MyBatis use a method that returned by it
84
+ * </li>
85
+ * <li>If cannot resolve a method by {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver} (= not
86
+ * implement it or it was returned <code>null</code>), the MyBatis will search and use a fallback method that named
87
+ * <code>provideSql</code> from specified type</li>
88
+ * </ul>
96
89
*
97
90
* @return a method name of method for providing an SQL
98
91
*/
Original file line number Diff line number Diff line change 78
78
* Since 3.5.1, this attribute can omit.
79
79
* <p>
80
80
* If this attribute omit, the MyBatis will call a method that decide by following rules.
81
- *
82
- * <pre>
83
- * <ul>
84
- * <li>
85
- * If class that specified the {@link #type()} attribute implements the
86
- * {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver},
87
- * the MyBatis use a method that returned by it
88
- * </li>
89
- * <li>
90
- * If cannot resolve a method by {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver}
91
- * (= not implement it or it was returned <code>null</code>), the MyBatis will search
92
- * and use a fallback method that named <code>provideSql</code> from specified type
93
- * </li>
94
- * </ul>
95
- * </pre>
81
+ * <ul>
82
+ * <li>If class that specified the {@link #type()} attribute implements the
83
+ * {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver}, the MyBatis use a method that returned by it
84
+ * </li>
85
+ * <li>If cannot resolve a method by {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver} (= not
86
+ * implement it or it was returned <code>null</code>), the MyBatis will search and use a fallback method that named
87
+ * <code>provideSql</code> from specified type</li>
88
+ * </ul>
96
89
*
97
90
* @return a method name of method for providing an SQL
98
91
*/
Original file line number Diff line number Diff line change 78
78
* Since 3.5.1, this attribute can omit.
79
79
* <p>
80
80
* If this attribute omit, the MyBatis will call a method that decide by following rules.
81
- *
82
- * <pre>
83
- * <ul>
84
- * <li>
85
- * If class that specified the {@link #type()} attribute implements the
86
- * {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver},
87
- * the MyBatis use a method that returned by it.
88
- * </li>
89
- * <li>
90
- * If cannot resolve a method by {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver}
91
- * (= not implement it or it was returned <code>null</code>), the MyBatis will search
92
- * and use a fallback method that named <code>provideSql</code> from specified type.
93
- * </li>
94
- * </ul>
95
- * </pre>
81
+ * <ul>
82
+ * <li>If class that specified the {@link #type()} attribute implements the
83
+ * {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver}, the MyBatis use a method that returned by it.
84
+ * </li>
85
+ * <li>If cannot resolve a method by {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver} (= not
86
+ * implement it or it was returned <code>null</code>), the MyBatis will search and use a fallback method that named
87
+ * <code>provideSql</code> from specified type.</li>
88
+ * </ul>
96
89
*
97
90
* @return a method name of method for providing an SQL
98
91
*/
Original file line number Diff line number Diff line change 77
77
* <p>
78
78
* Since 3.5.1, this attribute can omit. If this attribute omit, the MyBatis will call a method that decide by
79
79
* following rules.
80
- *
81
- * <pre>
82
- * <ul>
83
- * <li>
84
- * If class that specified the {@link #type()} attribute implements the
85
- * {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver},
86
- * the MyBatis use a method that returned by it
87
- * </li>
88
- * <li>
89
- * If cannot resolve a method by {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver}
90
- * (= not implement it or it was returned <code>null</code>), the MyBatis will search and use a fallback method
91
- * that named <code>provideSql</code> from specified type</li>
92
- * </ul>
93
- * </pre>
80
+ * <ul>
81
+ * <li>If class that specified the {@link #type()} attribute implements the
82
+ * {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver}, the MyBatis use a method that returned by it
83
+ * </li>
84
+ * <li>If cannot resolve a method by {@link org.apache.ibatis.builder.annotation.ProviderMethodResolver} (= not
85
+ * implement it or it was returned <code>null</code>), the MyBatis will search and use a fallback method that named
86
+ * <code>provideSql</code> from specified type</li>
87
+ * </ul>
94
88
*
95
89
* @return a method name of method for providing an SQL
96
90
*/
You can’t perform that action at this time.
0 commit comments