| Author |
Hibernate CreateCriteria to Spring Criteria
|
paul king
Greenhorn
Joined: May 23, 2006
Posts: 12
|
|
I have just implemented Spring into my application and I have a Hibernate Criteria Object which I use to return an arraylist of objects dependant upon what I add to that criteria. How do I do the same thing in Spring? I know there is a 'findByCriteria' method but this takes DetachedCriteria and I'm not sure what any of this is, whethere this is right and if so how to use it. Any examples or alternatives etc. is much appreciated. Cheers
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Sounds like a Spring question. Moving...
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Hibernate CreateCriteria to Spring Criteria
|
|
|