Tagged Questions
3
votes
1answer
153 views
Mongo Java drivers & mappers performances
Mongo in Java can be used with several tools:
the 10gen official driver
an alternative async Java driver
a mapper — a library built on top of a driver — Morphia, Jongo... (see complete list)
Is ...
1
vote
1answer
248 views
Mongo : morphia doesn't map the _id in a jongo request
These are my objects :
@XmlRootElement
@XmlAccessorType(XmlAccessType.NONE)
public abstract class AdtagEntity extends GenericEntity implements Serializable {
private static final long ...