Package org.hibernate.spatial
Interface SpatialAggregate
-
- All Known Subinterfaces:
OracleSpatialAggregate
@Deprecated public interface SpatialAggregate
Deprecated.Will be removed in 6.0Enumeration of types of Spatial Aggregation
-
-
Field Detail
-
EXTENT
static final int EXTENT
Deprecated.Enum value for extent aggregation.- See Also:
- Constant Field Values
-
UNION
static final int UNION
Deprecated.Enum value for union aggregate (only supported in DB2)- See Also:
- Constant Field Values
-
-