public class OracleSpatialProjection
extends org.hibernate.criterion.SimpleProjection
| Constructor and Description |
|---|
OracleSpatialProjection(int aggregate,
java.lang.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) |
java.lang.String |
toSqlString(org.hibernate.Criteria criteria,
int position,
org.hibernate.criterion.CriteriaQuery criteriaQuery) |
java.lang.String |
toString() |
public OracleSpatialProjection(int aggregate,
java.lang.String propertyName)
aggregate - The aggregate function (a value of OracleSpatialAggregatepropertyName - The name of the geometry propertypublic java.lang.String toSqlString(org.hibernate.Criteria criteria,
int position,
org.hibernate.criterion.CriteriaQuery criteriaQuery)
throws org.hibernate.HibernateException
org.hibernate.HibernateExceptionpublic org.hibernate.type.Type[] getTypes(org.hibernate.Criteria criteria,
org.hibernate.criterion.CriteriaQuery criteriaQuery)
throws org.hibernate.HibernateException
org.hibernate.HibernateExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2025 Red Hat, Inc. All Rights Reserved.