Uses of Class
org.hibernate.dialect.function.CastStrEmulation
Packages that use CastStrEmulation
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.-
Uses of CastStrEmulation in org.hibernate.dialect.function
Subclasses of CastStrEmulation in org.hibernate.dialect.functionModifier and TypeClassDescriptionclass
A special function that renders a T-SQLstr()
function if more than a single argument is given, or otherwise renders acast()
expression just likeCastStrEmulation
.