Class | Description |
---|---|
AbstractTypeConvertingFunction<T,R,U extends AbstractTypeConvertingFunction<T,R,U>> |
Represents a function that can change the underlying type.
|
AbstractUniTypeFunction<T,U extends AbstractUniTypeFunction<T,U>> |
Represents a function that does not change the underlying data type.
|
Add<T> | |
Concatenate<T> | |
Divide<T> | |
Lower<T> | |
Multiply<T> | |
OperatorFunction<T> | |
Substring<T> | |
Subtract<T> | |
Upper<T> |
Copyright © 2016–2021 MyBatis.org. All rights reserved.