Class CustomJavaTypeResolver.JdbcTypeInformation

  • Enclosing class:
    CustomJavaTypeResolver

    public static class CustomJavaTypeResolver.JdbcTypeInformation
    extends Object
    The type Jdbc type information.
    • Constructor Detail

      • JdbcTypeInformation

        public JdbcTypeInformation​(String jdbcTypeName,
                                   org.mybatis.generator.api.dom.java.FullyQualifiedJavaType fullyQualifiedJavaType)
        Instantiates a new Jdbc type information.
        Parameters:
        jdbcTypeName - the jdbc type name
        fullyQualifiedJavaType - the fully qualified java type
    • Method Detail

      • getJdbcTypeName

        public String getJdbcTypeName()
        Gets jdbc type name.
        Returns:
        the jdbc type name
      • getFullyQualifiedJavaType

        public org.mybatis.generator.api.dom.java.FullyQualifiedJavaType getFullyQualifiedJavaType()
        Gets fully qualified java type.
        Returns:
        the fully qualified java type