public class ModelBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static ModelBuilder |
me |
Constructor and Description |
---|
ModelBuilder() |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
build(ResultSet rs,
Class<? extends Model> modelClass) |
void |
buildLabelNamesAndTypes(ResultSetMetaData rsmd,
String[] labelNames,
int[] types) |
byte[] |
handleBlob(Blob blob) |
String |
handleClob(Clob clob) |
public static final ModelBuilder me
public <T> List<T> build(ResultSet rs, Class<? extends Model> modelClass) throws SQLException, InstantiationException, IllegalAccessException
public void buildLabelNamesAndTypes(ResultSetMetaData rsmd, String[] labelNames, int[] types) throws SQLException
SQLException
public byte[] handleBlob(Blob blob) throws SQLException
SQLException
public String handleClob(Clob clob) throws SQLException
SQLException
Copyright © 2018. All rights reserved.