Class MoreProjections


  • public class MoreProjections
    extends Object
    TODO JavaDoc
    • Constructor Summary

      Constructors 
      Constructor Description
      MoreProjections()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.criterion.Projection constant​(boolean value)  
      org.hibernate.criterion.Projection constant​(byte value)  
      org.hibernate.criterion.Projection constant​(char value)  
      org.hibernate.criterion.Projection constant​(double value)  
      org.hibernate.criterion.Projection constant​(float value)  
      org.hibernate.criterion.Projection constant​(int value)  
      org.hibernate.criterion.Projection constant​(long value)  
      org.hibernate.criterion.Projection constant​(short value)  
      org.hibernate.criterion.Projection constant​(String value)  
      org.hibernate.criterion.Projection constant​(BigInteger value)  
      org.hibernate.criterion.Projection constant​(Date value)  
      <T,​X extends org.hibernate.type.Type & org.hibernate.type.LiteralType<T> & org.hibernate.type.SingleColumnType<T>>
      org.hibernate.criterion.Projection
      constant​(T value, X type)  
    • Constructor Detail

      • MoreProjections

        public MoreProjections()
    • Method Detail

      • constant

        public <T,​X extends org.hibernate.type.Type & org.hibernate.type.LiteralType<T> & org.hibernate.type.SingleColumnType<T>> org.hibernate.criterion.Projection constant​(T value,
                                                                                                                                                                                    X type)
      • constant

        public org.hibernate.criterion.Projection constant​(String value)
      • constant

        public org.hibernate.criterion.Projection constant​(boolean value)
      • constant

        public org.hibernate.criterion.Projection constant​(double value)
      • constant

        public org.hibernate.criterion.Projection constant​(float value)
      • constant

        public org.hibernate.criterion.Projection constant​(long value)
      • constant

        public org.hibernate.criterion.Projection constant​(int value)
      • constant

        public org.hibernate.criterion.Projection constant​(short value)
      • constant

        public org.hibernate.criterion.Projection constant​(byte value)
      • constant

        public org.hibernate.criterion.Projection constant​(char value)
      • constant

        public org.hibernate.criterion.Projection constant​(Date value)
      • constant

        public org.hibernate.criterion.Projection constant​(BigInteger value)