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 Requirements

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은 모든 지원이 추가되었습니다. 적절한 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 () nDocs가 0 인 경우 Lucene에서 IllegalArgumentException를 던지고.
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

스칼라 지원이 추가되었습니다. 이클립스 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

노 아르헨티나 방법은 이제 질문 타입에 캐시됩니다. PEntity가 더 이상 삽입 질문 타입에 사용됩니다. QueryMetadata가 직렬화되었다. 작업 팩 영역에 대한 생성자 투영은 항상 작동하지 않습니다. SQL 용, 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