Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use AbstractQuery & Query division consistently #612

Closed
timowest opened this issue Jan 1, 2014 · 1 comment · Fixed by #1156
Closed

Use AbstractQuery & Query division consistently #612

timowest opened this issue Jan 1, 2014 · 1 comment · Fixed by #1156
Milestone

Comments

@timowest
Copy link
Member

timowest commented Jan 1, 2014

querydsl-collections

  • AbstractCollQuery & CollQuery

querydsl-hibernate-search

  • AbstractSearchQuery (TODO) & SearchQuery

querydsl-jdo

  • AbstractJDOQuery & JDOQuery
  • AbstractSQLQuery & JDOSQLQuery

querydsl-jpa

  • AbstractHibernateQuery & HibernateQuery
  • AbstractHibernateSQLQuery & HibernateSQLQuery
  • AbstractJPAQuery & JPAQuery
  • AbstractJPASQLQuery & JPASQLQuery

querydsl-lucene(3|4)

  • AbstractLuceneQuery & LuceneQuery

querydsl-mongodb

  • MongodbQuery -> AbstractMongodbQuery (TODO)

querydsl-sql

  • AbstractSQLQuery & SQLQuery
@timowest timowest modified the milestone: 4.0.0 Apr 13, 2014
@timowest timowest modified the milestone: 4.0.0 Jul 14, 2014
@timowest
Copy link
Member Author

depends on #591

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant