public interface TransformerFactory
Session.ResultSetReader
which transforms rows into an external representation.Modifier and Type | Method and Description |
---|---|
Session.ResultSetReader |
create(Table table)
Creates transformer (as
Session.ResultSetReader which
transforms rows of a given table into an external representation. |
Session.ResultSetReader create(Table table) throws java.sql.SQLException
Session.ResultSetReader
which
transforms rows of a given table into an external representation.table
- the tablejava.sql.SQLException