collection « Database « Spring Q&A





1. Internal Error: Image is a collection image,expecting ADT with Oracle    stackoverflow.com

I am trying to call a stored function on an oracle database with spring-jdbc. This is the stored function I am trying to call:

FUNCTION GET_RESOURCE_LIST RETURN RESOURCE_TAB;
Next is the definition ...

2. Store collections with jdbc template    forum.springsource.org

No, but it's not a bad idea. Would be nice to be able to save a collection of object as one batch. Put a request in JIRA and we'll see if ...

3. JDBC Template support for typed Collections?    forum.springsource.org

JDBC Template support for typed Collections? I wish my DAOs to return strongly typed Lists. But the DAO support from JDBCTemplate I saw in all the spring examples always return an ...

4. Lazy-Load 4 whole associated Collections VS 4 DB hits to limit amount    forum.springsource.org

Lazy-Load 4 whole associated Collections VS 4 DB hits to limit amount Which is the best method to use to only load a limited amount of items from an assocated collection? ...

5. Persist a collection in DB    forum.springsource.org

Hi, I have been using spring since last 2 years but not using it very efficiently. now i have new requirement. I want to insert a collection of object in database ...