0

I am looking for an efficient sql backed collections library, for the Java programming language.

I need to do database manipulations that fit very well the Collections API, is there something that can be a good bridge for that, or must I roll my own thing.

1
  • I'm going to stick my neck out here and say that I found doing this type of thing seamlessly (e.g. with Hibernate) is fraught with its own set of problems and I now use bespoke DAO implementations (based on Spring JDBC). Commented Sep 3, 2009 at 21:40

1 Answer 1

6

err.. isn't what you are describing hibernate or any JPA implementation?

It's pretty efficient and models all results and associations using implementations of the java collections API.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.