File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/main/java/org/apache/ibatis/annotations Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 4444 * @Select({"<script>",
4545 * "select * from users",
4646 * "where name = #{name}",
47- * "<if test="age != null"> age = #{age} </if>",
47+ * "<if test=\ "age != null\ "> age = #{age} </if>",
4848 * "</script>"})
4949 * User select(@NotNull String name, @Nullable Intger age);
5050 * }
6969
7070 /**
7171 * @return A database id that correspond this statement
72- *
7372 * @since 3.5.5
7473 */
7574 String databaseId () default "" ;
7978 * e.g. RETURNING of PostgreSQL or OUTPUT of MS SQL Server.
8079 *
8180 * @return {@code true} if this select affects DB data; {@code false} if otherwise
82- *
8381 * @since 3.5.12
8482 */
8583 boolean affectData () default false ;
8886 * The container annotation for {@link Select}.
8987 *
9088 * @author Kazuki Shimizu
91- *
9289 * @since 3.5.5
9390 */
9491 @ Documented
You can’t perform that action at this time.
0 commit comments