类 TimeZoneType

    • 字段详细资料

    • 构造器详细资料

      • TimeZoneType

        public TimeZoneType()
    • 方法详细资料

      • getName

        public String getName()
        从接口复制的说明: Type
        Returns the abbreviated name of the type.
        指定者:
        getName 在接口中 Type
        返回:
        String the Hibernate type name
      • objectToSQLString

        public String objectToSQLString​(TimeZone value,
                                        Dialect dialect)
                                 throws Exception
        从接口复制的说明: LiteralType
        Convert the value into a string representation, suitable for embedding in an SQL statement as a literal.
        指定者:
        objectToSQLString 在接口中 LiteralType<TimeZone>
        参数:
        value - The value to convert
        dialect - The SQL dialect
        返回:
        The value's string representation
        抛出:
        Exception - Indicates an issue converting the value to literal string.