Module org.mybatis.dynamic.sql
Class AbstractUniTypeFunction<T,U extends AbstractUniTypeFunction<T,U>>
- java.lang.Object
-
- org.mybatis.dynamic.sql.select.function.AbstractTypeConvertingFunction<T,T,U>
-
- org.mybatis.dynamic.sql.select.function.AbstractUniTypeFunction<T,U>
-
- Type Parameters:
T- The type of the underlying columnU- the specific subtype that implements the function
- All Implemented Interfaces:
BasicColumn,BindableColumn<T>
public abstract class AbstractUniTypeFunction<T,U extends AbstractUniTypeFunction<T,U>> extends AbstractTypeConvertingFunction<T,T,U>
Represents a function that does not change the underlying data type.- Author:
- Jeff Butler
-
-
Field Summary
-
Fields inherited from class org.mybatis.dynamic.sql.select.function.AbstractTypeConvertingFunction
alias, column
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractUniTypeFunction(BindableColumn<T> column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<JDBCType>jdbcType()Optional<String>typeHandler()-
Methods inherited from class org.mybatis.dynamic.sql.select.function.AbstractTypeConvertingFunction
alias, as, copy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mybatis.dynamic.sql.BasicColumn
renderWithTableAlias, renderWithTableAndColumnAlias
-
Methods inherited from interface org.mybatis.dynamic.sql.BindableColumn
convertParameterType, javaType, renderingStrategy
-
-