Uses of Class
org.hibernate.dialect.function.CastStrEmulation
-
Packages that use CastStrEmulation Package Description org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
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.function Modifier and Type Class Description class
TransactSQLStrFunction
A special function that renders a T-SQLstr()
function if more than a single argument is given, or otherwise renders acast()
expression just likeCastStrEmulation
.
-