Hi All<br><br>If i am correct !! all the spatial queries are done on the geometry objects ..in the table ..<br><br>For example:- <br>I have a table ..which has a geometry column which of type say POLYGON ...say bounds<br>I want to write a spatial query ..
<br><br>select * from table where intersects (GEOMFROMTEXT('POINT(0 0)'),bounds);<br><br>but if some one is using Hibernate with Postgis ... I have to run this as a native sql query ..<br>BUT has anyone worked on Postgis ..Geometry Java CLass ..so that ..i can run a createria query 
<br>like <br><br>"from Tiles t where t.bounds.intersects('POINT(0 0)')";<br><br>if someone thinks it is worthwhile to work on .. i would like to work on it ..<br><br>thanx ...<br><br>sandeep<br><br><br><br>