public abstract class AbstractCount extends Object implements BindableColumn<Long>
Modifier | Constructor and Description |
---|---|
protected |
AbstractCount() |
protected |
AbstractCount(String alias) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
alias()
Returns the columns alias if one has been specified.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
as, convertParameterType, jdbcType, renderingStrategy, typeHandler
columnList, renderWithTableAlias, renderWithTableAndColumnAlias
protected AbstractCount()
protected AbstractCount(String alias)
public Optional<String> alias()
BasicColumn
alias
in interface BasicColumn
Copyright © 2016–2021 MyBatis.org. All rights reserved.