1. Hibernate Search for multiple classes stackoverflow.comThere are two tables with no relation defined eg : Bugs and Comments For each bug id there are multiple comments.Suppose I am using a query like
|
2. NHibernate Search - _hibernate_class problem stackoverflow.comI have this mapped class called as "Client" used for NHibernate and is decorated with Lucene search attributes. When NHibernate.Search does initial indexing, I found through Luke that the special property ... |
3. HQL table named "Class" stackoverflow.comI'm creating hql and use
|
4. Criteria and search data with specialization class forum.hibernate.orgHi, I'm using two class, example Person and Client, Client class extends Person. I want do a search at the class Client, but the parameter that I want uses how the filter is inside Person client, at this moment the Hibernate returns any error that is cannot possible search the parameter (parameter name inside the class Person, for example.). org.hibernate.PropertyAccessException: could ... |