Class MoreProjections

java.lang.Object
org.hibernate.criterion.MoreProjections

public class MoreProjections extends Object
TODO JavaDoc
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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
     
    org.hibernate.criterion.Projection
     
    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)
     

    Methods inherited from class java.lang.Object

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

    • MoreProjections

      public MoreProjections()
  • Method Details

    • 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)