mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-19 21:00:53 +08:00
#330 Update README.md for JDO
This commit is contained in:
parent
212379b0d8
commit
ea4f8e13e9
@ -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
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user