Search:

Type: Posts; User: pz8t82; Keyword(s):

Search: Search took 0.03 seconds.

  1. queryForList ignores sql “as” alias values

    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”.
    ...
  2. Replies
    3
    Views
    2,883

    Costin, Thanks for the reply... I'm not...

    Costin,

    Thanks for the reply... I'm not finding the Spring Petclinic anywhere... Was it renamed?
  3. Replies
    3
    Views
    2,883

    DataSourceTransactionManager example

    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
  4. Password encryption using ClassPathXmlApplicationContext

    I'm using ClassPathXmlApplicationContext to collect all my database information. Is there someway to hide / encrypt the password string?
  5. Replies
    1
    Views
    864

    Where's the database? - Newbie Question

    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 =...
  6. Stored Procudre Example /w in returning resultset

    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.
Results 1 to 6 of 6