Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    882

    I've figured out the code required: ...

    I've figured out the code required:



    simpleGetCall.withoutProcedureColumnMetaDataAccess();
    simpleGetCall.declareParameters(new SqlParameter("v_int", java.sql.Types.ARRAY));
    ...
  2. Replies
    1
    Views
    882

    Accessing PostgreSQL Functions

    The following correctly calls the function demoschema.demo() on a PostgreSQL server:



    JdbcTemplate jdbcTemplate = new JdbcTemplate(dataSource);
    SimpleJdbcCall simpleGetCall =...
  3. Replies
    2
    Views
    828

    Well I've resorted to using the DAOs constructor...

    Well I've resorted to using the DAOs constructor to hold a static reference to the bean instatiated by the Spring context. That will have to do for now!
  4. Replies
    2
    Views
    828

    Arbitrary Dependency Injection

    So I've begun the whole thing with creating beans and the like, and it seems to be working pretty well. The thing I can't quite understand is how to instantiate beans on demand at runtime rather than...
Results 1 to 4 of 4