Skip to content

Commit 3a0599b

Browse files
committed
Update README.md
1 parent de1e39d commit 3a0599b

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# openlibs.sql
22
The lib of java database ORM simple implementation
3-
43
---
54
#### **Session基本用法**
65
```java
@@ -25,9 +24,9 @@ session.close();
2524

2625
#### **配置文件和类使用**
2726

28-
配置文件名称:    dbconfig.properties
29-
配置文件类:        Configurator
30-
配置文件工厂类: ConfiguratorFactory
27+
- 配置文件名称: dbconfig.properties
28+
- 配置文件类: Configurator
29+
- 配置文件工厂类: ConfiguratorFactory
3130

3231
##### **数据库属性文件**
3332

@@ -288,6 +287,12 @@ public class ConditionTest {
288287
}
289288
```
290289
###### **智能QueryFilter查询**
290+
目前实现的filter有
291+
292+
> Filters.eq, Filters.neq
293+
> Filters.include, Filters.startWith, Filters.endWith
294+
> Filters.and, Filters.or, Filters.group
295+
291296
```java
292297
Session session = SessionFactory.getSession();
293298
// 获取Query对象

0 commit comments

Comments
 (0)