Spring-Data-JPA 中的查询如何动态组装条件?
时间: 2012-08-10来源:开源中国
前景提要
HDC调试需求开发(15万预算),能者速来!>>>
看了一下,SpringSide 中 Spring-Data-JPA 的示例都是简单的查询。
现在有个简单的场景:页面有一个“用户名”查询框和一个查询按钮。点击查询按钮,动态组装的sql无非就是下面两条: select * from user select * from user where username like '%term%'
用 Spring-Data-JPA 应该怎么做呢?看到的都是用 Specifications 的简单例子。 http://static.springsource.org/spring-data/data-jpa/docs/current/reference/html/#specifications

科技资讯:

科技学院:

科技百科:

科技书籍:

网站大全:

软件大全:

热门排行