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

Add Query Bean support with io.Ebean dependency #218

Closed

Conversation

felipebonezi
Copy link
Contributor

@felipebonezi felipebonezi commented May 13, 2021

Ref #64
Fixes #61

@felipebonezi
Copy link
Contributor Author

@octonato @benmccann @marcospereira
I'm stuck, can you help me?

  1. I'm using io.ebean dependency to use Annotation Processor for create Query Bean classes. Do you think is a good approach?
  2. I don't feel that my code to generate Query Bean classes are good. How can I execute shell script when an settingKey are true? See more here
  3. How can I test? I've created at sbt-play-ebean/sbt-tests folder a new project, but I don't know how to run it.

@octonato
Copy link
Contributor

@felipebonezi, I'm not much involved with this library and I don't know the internals either. I prefer to defer to the community members maintaining it.

Concerning the call to javac from inside sbt, I don't think that's a good idea. sbt compiles java code already.

You may be interested on this sbt documentation page.

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 this pull request may close these issues.

Typesafe query beans
2 participants