Loading example-common/repository-api/src/main/java/org/apache/shardingsphere/example/common/repository/CommonRepository.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
example-common/repository-api/src/main/java/org/apache/shardingsphere/example/common/repository/CommonRepository.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading