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

Allow metamodel output/package customization #290

Closed
nitroin opened this issue Feb 4, 2023 · 1 comment
Closed

Allow metamodel output/package customization #290

nitroin opened this issue Feb 4, 2023 · 1 comment
Assignees
Milestone

Comments

@nitroin
Copy link
Contributor

nitroin commented Feb 4, 2023

First of all, thank you for this cool project!

Q: I'd would like to know if metamodels can be generated in a reserved package.

Now metamodels are generated "alongside" entity objects, ie:
src/main/java/com/speedment/jpastreamer/demo/quarkus/hibernate/panache/model/Film.java
Produce the metamodel in:
target/generated-sources/annotations/com/speedment/jpastreamer/demo/quarkus/hibernate/panache/model/Film$.java

Both having the package:

package com.speedment.jpastreamer.demo.quarkus.hibernate.panache.model;

This produce some IDE confusion both in Eclipse and VSCode (see this and that).

Manually moving metamodels under a different package, for example:

package com.speedment.jpastreamer.demo.quarkus.hibernate.panache.model.meta;

Resolve all the IDE tantrum.

@nitroin
Copy link
Contributor Author

nitroin commented Feb 6, 2023

Duplicate of #280

@julgus julgus closed this as completed in 957fecc Feb 16, 2023
@julgus julgus self-assigned this Feb 16, 2023
@julgus julgus added this to the 1.1.3 milestone Feb 16, 2023
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

No branches or pull requests

2 participants