itsmenandess / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao
0 stars 1 forks source link

Allow extensibility of HibernateSearchProcessor #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Last week, I encountered a problem (I'll submit an issue later), and wanted
to override the HibernateSearchProcessor as a quick fix.

But since HibernateSearchProcessor's constructor is private, it may not be
overriden.

It would be great if the constructor could be made protected for extensibility.

Workaround:
Copy/paste the whole HibernateSearchProcessor class, and then modify the
method you need to override.

Original issue reported on code.google.com by nev...@gmail.com on 19 Oct 2009 at 8:30

GoogleCodeExporter commented 9 years ago
See Issue #64 for a similar problem, patch provided.

Original comment by chuckdea...@gmail.com on 7 Jun 2010 at 7:47

GoogleCodeExporter commented 9 years ago

Original comment by dwolvert on 27 Feb 2011 at 10:54

GoogleCodeExporter commented 9 years ago

Original comment by dwolvert on 2 Oct 2011 at 12:11

GoogleCodeExporter commented 9 years ago

Original comment by dwolvert on 15 Feb 2013 at 1:57