Commit 0b0e2c43 authored by cherrylzhao's avatar cherrylzhao
Browse files

change signature comment for insert.

parent fc30bdfa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public interface CommonRepository<T, P> {
     * insert data.
     * 
     * @param entity entity
     * @return count or primary key
     * @return generated primary key
     * @throws SQLException SQL exception
     */
    Long insert(T entity) throws SQLException;