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

implement vendor specific update systems #91

Open s4ke opened 8 years ago

s4ke commented 8 years ago

For EclipseLink we can use SessionEventAdapters (for Transaction callbacks) and DescriptorEvents (for change events).

For Hibernate we can just use the same system Hibernate Search ORM has.

s4ke commented 8 years ago

OpenJPA has such a system as well.

s4ke commented 8 years ago

we need to implement UpdateConsumer logic for these as well.

s4ke commented 8 years ago

tests for flush only (no transaction active) have to be implemented as well.

s4ke commented 8 years ago

we need to test this in a JTA environment as well.