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

Support @EntiryScan #16

Open
varkula opened this issue Feb 22, 2022 · 2 comments
Open

Support @EntiryScan #16

varkula opened this issue Feb 22, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@varkula
Copy link

varkula commented Feb 22, 2022

Is it possible to support @EntiryScan in the autoconfiguration?

I.e. override ArangoMappingContext arangoMappingContext method and use EntityScanner inside like mappingContext.setInitialEntitySet(new EntityScanner(applicationContext).scan(Document.class, Edge.class, TypeAlias.class));

@rashtao rashtao added the enhancement New feature or request label Feb 23, 2022
@rashtao
Copy link
Collaborator

rashtao commented Feb 23, 2022

Thanks for reporting. As of now you can manually configure it, i.e. see arangodb/spring-data#224 (comment)

@varkula
Copy link
Author

varkula commented Feb 27, 2022

Yes, this is what I did, but in this case I have to implement ArangoConfiguration which in turn disables ArangoAutoconfiguration

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

No branches or pull requests

2 participants