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

Generify search and searchUnique return signatures #87

Open
GoogleCodeExporter opened this issue Dec 18, 2015 · 3 comments
Open

Generify search and searchUnique return signatures #87

GoogleCodeExporter opened this issue Dec 18, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Let the caller determine the result type without having to cast.

<X> List<X>search(...)

<X> X searchUnique(...)

Original issue reported on code.google.com by dwolvert on 1 Mar 2011 at 3:45

@GoogleCodeExporter
Copy link
Author

Original comment by dwolvert on 2 Oct 2011 at 12:03

  • Added labels: Milestone-Release1.2.0
  • Removed labels: Milestone-Release1.1.0

@GoogleCodeExporter
Copy link
Author

This seems already to have happened for GenericDAO. But GeneralDAO and 
SearchFacade don't yet have this.

Original comment by dwolvert on 9 Oct 2011 at 5:03

@GoogleCodeExporter
Copy link
Author

Original comment by dwolvert on 15 Feb 2013 at 1:56

  • Added labels: Milestone-Future
  • Removed labels: Milestone-Release1.2.0

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

No branches or pull requests

1 participant