File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# openlibs.sql
22The lib of java database ORM simple implementation
3-
43---
54#### ** Session基本用法**
65``` java
@@ -25,9 +24,9 @@ session.close();
2524
2625#### ** 配置文件和类使用**
2726
28- 配置文件名称:& nbsp ;& nbsp ;& nbsp ;& nbsp ; dbconfig.properties
29- 配置文件类:& nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ; 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
292297Session session = SessionFactory . getSession();
293298// 获取Query对象
You can’t perform that action at this time.
0 commit comments