Uses of Class
org.hibernate.criterion.SimpleProjection
-
Packages that use SimpleProjection Package Description org.hibernate.criterion org.hibernate.spatial.dialect.oracle.criterion -
-
Uses of SimpleProjection in org.hibernate.criterion
Subclasses of SimpleProjection in org.hibernate.criterion Modifier and Type Class Description classAggregateProjectionBase class for standard aggregation functions.classAvgProjectionAn avg() projectionclassCountProjectionA count projectionclassForeingKeyProjectionclassIdentifierProjectionA property value, or grouped property valueclassPropertyA factory for property-specific criterion and projection instancesclassPropertyProjectionA property value, or grouped property valueclassRowCountProjectionA row count -
Uses of SimpleProjection in org.hibernate.spatial.dialect.oracle.criterion
Subclasses of SimpleProjection in org.hibernate.spatial.dialect.oracle.criterion Modifier and Type Class Description classOracleSpatialProjectionTemplate class for Spatial Projections
-