Uses of Class
org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
-
Packages that use AbstractAnsiTrimEmulationFunction Package Description org.hibernate.dialect.function -
-
Uses of AbstractAnsiTrimEmulationFunction in org.hibernate.dialect.function
Subclasses of AbstractAnsiTrimEmulationFunction in org.hibernate.dialect.function Modifier and Type Class Description class
AnsiTrimEmulationFunction
ASQLFunction
implementation that emulates the ANSI SQL trim function on dialects which do not support the full definition.
-