Download List

项目描述

Querydsl is a framework that enables the construction of statically typed SQL-like queries. Instead of writing queries as inline strings or externalizing them into XML files, they can be constructed via a fluentDSL/API like Querydsl. It supports JPA, JDO, Java Collections, SQL via JDBC, Lucene, and Hibernate Search.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-08 21:33
2.2.0

的EclipseLink支持进行了改进。 UNION ALL的支持。正确的OSGi元数据中添加了文物。
EclipseLink support was improved. UNION ALL support was added. Proper OSGI metadata was added in artifacts.

2011-02-04 07:08
2.1.0

此版本增加了一个FactoryExpression创造共同的工厂类。它增加了实地访问QBean。它修复LuceneQuery.list()掷Lucene的一个IllegalArgumentException nDocs为0。
This release adds a common Factory class for FactoryExpression creation. It adds field access to QBean. It fixes LuceneQuery.list() throwing an IllegalArgumentException from Lucene if nDocs is 0.

2010-09-29 00:15
2.0.0

Scala的支持加入。 Eclipse IDE的支持进行了改进。初步Mongodb支持加入。中的表达模式进行了改进。
Scala support was added. Eclipse IDE support was improved. Initial Mongodb support was added. The Expression model was improved.

2010-09-06 22:49
1.9.5

豆代和外键的问题得到了改善。豆代注释的使用进行了改进。
Bean generation and foreign key issues were improved. Bean generation annotation usage was improved.

2010-08-22 17:47
1.9.0

无参数的方法,现在缓存在Q -类型。 PEntity不再用于嵌入的Q -类型。 QueryMetadata写了序列化的。在JPA中,构造投影并不总是工作。对于SQL,有通用的元数据访问模式在Q -类型,并表示支持在DML的条款特别选项添加。参考文档进行了重组。
No-arg methods are now cached in Q-types. PEntity is no longer used for embeddable Q-types. QueryMetadata was made serializable. For JPA, constructor projection doesn't always work. For SQL, there is generic access to schema metadata in Q-types, and support was added for special options in DML clauses. The reference documentation was restructured.

Project Resources