fetch a single row, specyfing the entity it belongs to.
Parameters: query - SQL query Parameters: resultEntity - entity exception: SQLException - thrown by the database engine the fetched Instance
get the resultset for this statement, specifying the entity the results belong to.
Parameters: query - SQL query Parameters: resultEntity - entity exception: SQLException - thrown by the database engine the resulting RowIterator