public class EntityFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
connection |
| Constructor and Description |
|---|
EntityFactory(Connection connection,
String queryString) |
protected Connection connection
public EntityFactory(Connection connection, String queryString)
public List<Map<String,Object>> findMultiple() throws SQLException
SQLExceptionprotected static List<Map<String,Object>> getEntitiesFromResultSet(ResultSet resultSet) throws SQLException
SQLExceptionprotected static Map<String,Object> getEntityFromResultSet(ResultSet resultSet) throws SQLException
SQLExceptionCopyright © 2018 Apache Software Foundation. All Rights Reserved.