Class NullSqmExpressible
java.lang.Object
org.hibernate.query.sqm.tree.expression.NullSqmExpressible
- All Implemented Interfaces:
BindableType<Object>
,SqmExpressible<Object>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe expected Java typeThe Java type descriptor for this expressibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getRelationalJavaType, getTypeName, isInstance, resolveExpressible
-
Field Details
-
NULL_SQM_EXPRESSIBLE
Singleton access
-
-
Constructor Details
-
NullSqmExpressible
public NullSqmExpressible()
-
-
Method Details
-
getBindableJavaType
Description copied from interface:BindableType
The expected Java type- Specified by:
getBindableJavaType
in interfaceBindableType<Object>
-
getExpressibleJavaType
Description copied from interface:SqmExpressible
The Java type descriptor for this expressible- Specified by:
getExpressibleJavaType
in interfaceSqmExpressible<Object>
-
getSqmType
- Specified by:
getSqmType
in interfaceSqmExpressible<Object>
-