类 CastFunction

  • 所有已实现的接口:
    SQLFunction

    public class CastFunction
    extends Object
    implements SQLFunction
    ANSI-SQL style cast(foo as type) where the type is a Hibernate type
    作者:
    Gavin King