Hotware / Hibernate-Search-GenericJPA

Hibernate-Search with the JPA provider you want
http://hotware.github.io/Hibernate-Search-GenericJPA/
GNU Lesser General Public License v2.1
5 stars 3 forks source link

Create new Update system #40

Open s4ke opened 9 years ago

s4ke commented 9 years ago

... that generates its own tables for every JPA entity it finds. We have to take care that Non-JPA entities can be indexed still. these won't be updated though.

s4ke commented 9 years ago

Maybe we should keep the manual Update system (at least for a while). This is quite useful for Non-JPA entities.

s4ke commented 9 years ago

On the other side, the new system could still be configured manually, so there would be no big difference for the end user then.

s4ke commented 9 years ago

this will be a hard one to crack before the first release.