public class MorphiaSerializer extends MongodbSerializer
MorphiaSerializer extends MongodbSerializer with Morphia specific annotation handling| Constructor and Description |
|---|
MorphiaSerializer(org.mongodb.morphia.Morphia morphia) |
| Modifier and Type | Method and Description |
|---|---|
protected com.mongodb.DBRef |
asReference(Object constant) |
protected com.mongodb.DBRef |
asReferenceKey(Class<?> entity,
Object id) |
protected String |
getKeyForPath(Path<?> expr,
PathMetadata metadata) |
protected boolean |
isId(Path<?> arg) |
protected boolean |
isReference(Path<?> arg) |
protected String getKeyForPath(Path<?> expr, PathMetadata metadata)
getKeyForPath in class MongodbSerializerprotected boolean isReference(Path<?> arg)
isReference in class MongodbSerializerprotected boolean isId(Path<?> arg)
isId in class MongodbSerializerprotected com.mongodb.DBRef asReference(Object constant)
asReference in class MongodbSerializerprotected com.mongodb.DBRef asReferenceKey(Class<?> entity, Object id)
asReferenceKey in class MongodbSerializerCopyright © 2007–2016 Querydsl. All rights reserved.