public class KeepByteAndShortModelBuilder extends ModelBuilder
使用示例: MySqlDialect dialect = new MySqlDialect(); dialect.keepByteAndCharType(true); activeRecordPlugin.setDialect(dialect);
Modifier and Type | Field and Description |
---|---|
static KeepByteAndShortModelBuilder |
me |
Constructor and Description |
---|
KeepByteAndShortModelBuilder() |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
build(ResultSet rs,
Class<? extends Model> modelClass) |
buildLabelNamesAndTypes, handleBlob, handleClob
public static final KeepByteAndShortModelBuilder me
public <T> List<T> build(ResultSet rs, Class<? extends Model> modelClass) throws SQLException, InstantiationException, IllegalAccessException
build
in class ModelBuilder
SQLException
InstantiationException
IllegalAccessException
Copyright © 2018. All rights reserved.