T
- - the Java type that corresponds to this columnpublic interface BindableColumn<T> extends BasicColumn
Modifier and Type | Method and Description |
---|---|
BindableColumn<T> |
as(String alias)
Override the base method definition to make it more specific to this interface.
|
default Object |
convertParameterType(T value) |
default Optional<JDBCType> |
jdbcType() |
default Optional<RenderingStrategy> |
renderingStrategy() |
default Optional<String> |
typeHandler() |
alias, columnList, renderWithTableAlias, renderWithTableAndColumnAlias
BindableColumn<T> as(String alias)
as
in interface BasicColumn
alias
- the column alias to setdefault Optional<RenderingStrategy> renderingStrategy()
Copyright © 2016–2021 MyBatis.org. All rights reserved.