I use Spring Data - MongoDB 1.0.0.M3 and Spring 3.1.0.M2.
I wrote below class that has a
public class Parent {
private String id;
private String message;
private Object child;
Type: Posts; User: egiost69; Keyword(s):
I use Spring Data - MongoDB 1.0.0.M3 and Spring 3.1.0.M2.
I wrote below class that has a
public class Parent {
private String id;
private String message;
private Object child;
THX!
Currently I use a custom ClassMapper as the way you said,and it works fine.
Thank you!
Hi.
I'm currently using Spring AMQP 1.0.0.RC3 and RabbitMQ for consumer applications.
Publisher applications were written by other languages(Ruby,Python) and I can't modify it for some reasons....