Class Projections.Sum

  • Enclosing class:
    Projections

    public static class Projections.Sum
    extends java.lang.Object
    The SUM projection.
    • Constructor Summary

      Constructors 
      Constructor Description
      Sum()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.persistence.criteria.Selection<?> createProjection​(jakarta.persistence.criteria.CriteriaBuilder cb, PersistentEntityRoot<?> entityRoot, java.lang.String propertyName)  
      protected java.lang.String getPrefix()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Sum

        public Sum()
    • Method Detail

      • createProjection

        public jakarta.persistence.criteria.Selection<?> createProjection​(jakarta.persistence.criteria.CriteriaBuilder cb,
                                                                          PersistentEntityRoot<?> entityRoot,
                                                                          java.lang.String propertyName)
      • getPrefix

        protected java.lang.String getPrefix()