ENTITY - type for which mapping shall be carried outpublic interface SqlAdapter<ENTITY>
| Modifier and Type | Method and Description |
|---|---|
SqlFunction<ResultSet,ENTITY> |
entityMapper()
Returns an entity mapper for this SqlAdapter.
|
SqlFunction<ResultSet,ENTITY> |
entityMapper(int offset)
Returns an entity mapper for this SqlAdapter.
|
com.speedment.runtime.config.identifier.TableIdentifier<ENTITY> |
identifier()
Returns the TableIdentifier for this SqlAdapter.
|
com.speedment.runtime.config.identifier.TableIdentifier<ENTITY> identifier()
SqlFunction<ResultSet,ENTITY> entityMapper()
SqlFunction<ResultSet,ENTITY> entityMapper(int offset)
offset in the
ResultSet. This is usable for ResultSets obtained from joined operations.offset - to add when reading columns from the ResultSetIllegalArgumentException - if the given offset is
negative.Copyright © 2019 Speedment, Inc.. All rights reserved.