static org.hibernate.criterion.Criterion |
OracleSpatialRestrictions.SDOFilter(String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
SDOParameterMap param) |
Apply the "SDO_FILTER" constraint to the specified property, using the specified parameters
|
static org.hibernate.criterion.Criterion |
OracleSpatialRestrictions.SDONN(String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
SDOParameterMap param) |
Apply the "SDO_NN" constraint to the specified property, using the specified SDOParameterMap
|
static org.hibernate.criterion.Criterion |
OracleSpatialRestrictions.SDORelate(String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
SDOParameterMap param) |
Apply the "SDO_RELATE" constraint to the specified property, using the specified SDOParameterMap
|
static org.hibernate.criterion.Criterion |
OracleSpatialRestrictions.SDOWithinDistance(String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
Double distance,
SDOParameterMap param) |
Apply the "SDO_WITHIN_DISTANCE" constraint to the specified property, using the specified SDOParameterMap.
|
static org.hibernate.criterion.Criterion |
OracleSpatialRestrictions.SDOWithinDistance(String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
SDOParameterMap param) |
Apply the "SDO_WITHIN_DISTANCE" constraint to the specified property, using the specified SDOParameterMap.
|