Class CustomJavaTypeResolver.JdbcTypeInformation
- java.lang.Object
-
- pro.chenggang.project.reactive.mybatis.support.generator.support.CustomJavaTypeResolver.JdbcTypeInformation
-
- Enclosing class:
- CustomJavaTypeResolver
public static class CustomJavaTypeResolver.JdbcTypeInformation extends Object
The type Jdbc type information.
-
-
Constructor Summary
Constructors Constructor Description JdbcTypeInformation(String jdbcTypeName, org.mybatis.generator.api.dom.java.FullyQualifiedJavaType fullyQualifiedJavaType)Instantiates a new Jdbc type information.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.mybatis.generator.api.dom.java.FullyQualifiedJavaTypegetFullyQualifiedJavaType()Gets fully qualified java type.StringgetJdbcTypeName()Gets jdbc type name.
-
-
-
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 namefullyQualifiedJavaType- 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
-
-