The queryForList method seems to somehow ignore the “as” alias values. The queryForList returns a list of maps with the key “DESCR” for my entry “REF_DM_LOAN_TYPE_CD.DESCR as LOAN_TYPE_DESCR”.
...
Type: Posts; User: pz8t82; Keyword(s):
The queryForList method seems to somehow ignore the “as” alias values. The queryForList returns a list of maps with the key “DESCR” for my entry “REF_DM_LOAN_TYPE_CD.DESCR as LOAN_TYPE_DESCR”.
...
Costin,
Thanks for the reply... I'm not finding the Spring Petclinic anywhere... Was it renamed?
I using Spring to do straight JDBC and I'm looking for an example of how to use DataSourceTransactionManager. Confused about doBegin() DefaultTransactionStatus etc...
Thank you
I'm using ClassPathXmlApplicationContext to collect all my database information. Is there someway to hide / encrypt the password string?
Previously with JDBC connections we (I) created a properties object and set the "DatabaseName".... This is not taking place in the Spring examples. How does this work?
String url =...
I haven't been able to find a good example of how to execute a stored procedure that takes some input value(s) and returns a resultset.