Build entities remotely outside of running application

Is there a way to build entities outside of running application. For example command line console or other tools.

What do you mean by “building entities” exactly? What are you trying to achieve?

1 Like

I need a way to maintain hibernate search indexed files, separate from application without stopping it.

I see. And what’s the ultimate goal? What will you do with these index files once they have been generated?

Also, do you need to also update the indexes from within the application?

Finally, I found Luke