From: <nl...@us...> - 2013-04-28 11:11:31
|
Hi Prateek, please see my reply to your previous mail regarding the filtering based on bit-operations. Native MySQL queries should work, but we would like not to be restricted to a MySQL database if possible. Regards, Nils On Sunday 28 April 2013 02:47:40 Prateek Gupta wrote: > Hi, > I have figured out another method to debug the mysql specific query problem > in hibernate. > This method intends to identify the bit related operators and operations. > Then add sql functions in the mysql5dialect > java code in hibenate module that would map to these operators or > operations. This would be able to solve the queries. > But still if there arises some exceptional problems then working around > with the development of native mysql queries > in hibernate would also be a backup option. These queries can also be named > separately if required. > So if you could help me review the methods and direct me to the right path. > Regards, > Prateek |