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 classAnsiTrimEmulationFunctionASQLFunctionimplementation that emulates the ANSI SQL trim function on dialects which do not support the full definition.
-