Whoa, that is clean. Thanks for your time and help!
Type: Posts; User: SingleShot; Keyword(s):
Whoa, that is clean. Thanks for your time and help!
I'm trying to replace a message header correlation id object with its string representation (so I can send it across JMS to another SI-backed service, get it back, and then aggregate). The following...
Ya, sorry for not taking it all the way to make sure my suggestion works. It looks like a bug in how the Spring Data repositories are registered in the DomainClassConverter, though I don't rule out...
JIRA ticket created.
Yes, it appears the documented way of doing this is not possible because of the circular reference. This abomination is a workaround:
<bean id="conversionService"...
This is cross posted from StackOverflow as I am not getting much of a response over there...
I'm struggling with the correct way to implement Spring MVC 3.x RESTful services with HATEOAS. Consider...
Forgot about this thread :-)
I am new to JPA (I have always used "raw" Hibernate) - I didn't realize it supported mapping files. I am now using Spring Data JPA with mapping files. Thanks!
Thanks, but sorry, I should have been more clear. I already use Spring's hibernate support with Hibernate mapping files using my own custom repository framework. However, I would like to replace my...
I prefer using hibernate mapping files rather than annotating classes with JPA or Hibernate annotations. Does Spring data have support for this, and if not, is it in the road map?
That's perfect. Thanks!
My organization requires us to submit information about every piece of 3rd-party software we wish to use in order to have it considered for approval (ugh!). They give great value to seeing an actual...