Package org.hibernate.criterion
Class MoreProjections
java.lang.Object
org.hibernate.criterion.MoreProjections
TODO JavaDoc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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.Projectionorg.hibernate.criterion.Projectionconstant(BigInteger value) org.hibernate.criterion.Projection<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)
-
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
-
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
-
constant
-