Uses of Class
org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction

Packages that use AbstractAnsiTrimEmulationFunction
org.hibernate.dialect.function A framework for defining database-specific SQL functions that are available via the dialect. 
 

Uses of AbstractAnsiTrimEmulationFunction in org.hibernate.dialect.function
 

Subclasses of AbstractAnsiTrimEmulationFunction in org.hibernate.dialect.function
 class AnsiTrimEmulationFunction
          A SQLFunction implementation that emulates the ANSI SQL trim function on dialects which do not support the full definition.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.