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

change EventModelInfo[Parser] to provide a general access to the data (Field or Method) #11

Closed s4ke closed 9 years ago

s4ke commented 9 years ago

This could be done with the Function Interface. Like this we create an abstraction layer from the java.lang.reflect.Field and java.lang.reflect.Method

s4ke commented 9 years ago

this is part of https://github.com/Hotware/Hibernate-Search-JPA/issues/9

s4ke commented 9 years ago

fixed.