Commit 75d082e2 authored by 马超's avatar 马超

fix: 修复example开发文档格式

parent 5ab0899f
......@@ -350,13 +350,10 @@ LDP框架支持两种操作方式,分别为Hibernate、JDBC。这两种操作
*/
List<T> findByConditions(Class<T> clazz,LinkedList<Condition> conditions, OrderColumn... orderColumns);
</pre>
</blockcode
</blockcode>
</details>
#### 1.1.2 Hibernate调用示例
参照com.sinra.ldp.example.service.impl.ExampleServiceImpl.java,这里需要注意的是 **@AutoService** 注解,这个注解主要是在新增和更新时,对于实体类中配置了@AutoComputed字段根据规则进行自动填充。例如
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment