Package org.hibernate.criterion
Class MoreProjections
- java.lang.Object
-
- org.hibernate.criterion.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.Projectionconstant(boolean value)org.hibernate.criterion.Projectionconstant(byte value)org.hibernate.criterion.Projectionconstant(char value)org.hibernate.criterion.Projectionconstant(double value)org.hibernate.criterion.Projectionconstant(float value)org.hibernate.criterion.Projectionconstant(int value)org.hibernate.criterion.Projectionconstant(long value)org.hibernate.criterion.Projectionconstant(short value)org.hibernate.criterion.Projectionconstant(String value)org.hibernate.criterion.Projectionconstant(BigInteger value)org.hibernate.criterion.Projectionconstant(Date value)<T,X extends org.hibernate.type.Type & org.hibernate.type.LiteralType<T> & org.hibernate.type.SingleColumnType<T>>
org.hibernate.criterion.Projectionconstant(T value, X type)
-
-
-
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)
-
-