public class OracleSpatialProjection
extends org.hibernate.criterion.SimpleProjection
Constructor and Description |
---|
OracleSpatialProjection(int aggregate,
String propertyName)
Constructs an instance for the specified aggregate function and property
|
Modifier and Type | Method and Description |
---|---|
org.hibernate.type.Type[] |
getTypes(org.hibernate.Criteria criteria,
org.hibernate.criterion.CriteriaQuery criteriaQuery) |
String |
toSqlString(org.hibernate.Criteria criteria,
int position,
org.hibernate.criterion.CriteriaQuery criteriaQuery) |
String |
toString() |
public OracleSpatialProjection(int aggregate, String propertyName)
aggregate
- The aggregate function (a value of OracleSpatialAggregate
propertyName
- The name of the geometry propertypublic String toSqlString(org.hibernate.Criteria criteria, int position, org.hibernate.criterion.CriteriaQuery criteriaQuery) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public org.hibernate.type.Type[] getTypes(org.hibernate.Criteria criteria, org.hibernate.criterion.CriteriaQuery criteriaQuery) throws org.hibernate.HibernateException
org.hibernate.HibernateException
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.