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

maybe don't use the static approach with the Search class. Might be a bad idea because of classloader problems. #61

Closed s4ke closed 9 years ago

s4ke commented 9 years ago

move the methods to the JPASearchFactory interface? (Don't let it extend the StandaloneSearchFactory interface though!)

s4ke commented 9 years ago

users can maybe inject the SearchFactory then.