#330 Update README.md for JDO

This commit is contained in:
Timo Westkämper 2013-01-29 23:04:57 +02:00
parent 212379b0d8
commit ea4f8e13e9
2 changed files with 2 additions and 2 deletions

View File

@ -71,4 +71,4 @@ Here is an example query using the default variable of the QCustomer class
.uniqueResult(customer);
query.close();
For more information on the Querydsl JDO module read the reference documentation http://www.querydsl.com/static/querydsl/latest/reference/html/ch02.html#jpa_integration
For more information on the Querydsl JDO module read the reference documentation http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s02.html

View File

@ -72,4 +72,4 @@ Here is an example query using the default variable of the QCustomer class
.where(customer.firstName.eq("Bob"))
.uniqueResult(customer);
For more information on the Querydsl JPA module read the reference documentation http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s02.html
For more information on the Querydsl JPA module read the reference documentation http://www.querydsl.com/static/querydsl/latest/reference/html/ch02.html#jpa_integration