diff --git a/index.html b/index.html index 09652e4cd..bc93259c1 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@ RedKale 有如下主要特点:

亮点四. DataSource

-

      RedKale提供DataSource类对数据层进行操作, 其功能类似JPA(或Hibernate)+Memcached。 与JPA相比各有优缺点。
+

      RedKale提供DataSource类对数据层进行操作, 其功能类似JPA+Memcached。 与JPA相比各有优缺点。
优点:
      1、Datasource中的内存缓存会自动与其他同服务的进程之间同步。
      2、简易的查询接口,即时复杂的过滤查询都无需写SQL语句。