Method Summary |
|
public static SqlMapClient | buildSqlMapClient(Reader reader) Builds an SqlMapClient using the specified reader.
Parameters: reader - A Reader instance that reads an sql-map-config.xml file.The reader should read an well formed sql-map-config.xml file. |
public static SqlMapClient | buildSqlMapClient(Reader reader, Properties props) Builds an SqlMapClient using the specified reader and properties file.
Parameters: reader - A Reader instance that reads an sql-map-config.xml file.The reader should read an well formed sql-map-config.xml file. Parameters: props - Properties to be used to provide values to dynamic property tokensin the sql-map-config.xml configuration file. |
public static SqlMapClient | buildSqlMapClient(InputStream inputStream) Builds an SqlMapClient using the specified input stream.
Parameters: inputStream - An InputStream instance that reads an sql-map-config.xml file.The stream should read a well formed sql-map-config.xml file. |
public static SqlMapClient | buildSqlMapClient(InputStream inputStream, Properties props) Builds an SqlMapClient using the specified input stream and properties file.
Parameters: inputStream - An InputStream instance that reads an sql-map-config.xml file.The stream should read an well formed sql-map-config.xml file. Parameters: props - Properties to be used to provide values to dynamic property tokensin the sql-map-config.xml configuration file. |