Class MongoUtils
java.lang.Object
io.micronaut.data.mongodb.operations.MongoUtils
Mongo internal utils.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.bson.BsonValueentityIdValue(io.micronaut.core.convert.ConversionService conversionService, RuntimePersistentEntity<Object> persistentEntity, Object entity, org.bson.codecs.configuration.CodecRegistry codecRegistry) static <T> org.bson.BsonValueidValue(io.micronaut.core.convert.ConversionService conversionService, RuntimePersistentEntity<T> persistentEntity, Object idValue, org.bson.codecs.configuration.CodecRegistry codecRegistry) static org.bson.BsonValuetoBsonValue(io.micronaut.core.convert.ConversionService conversionService, Object value, org.bson.codecs.configuration.CodecRegistry codecRegistry) 
- 
Field Details- 
ID- See Also:
 
 
- 
- 
Method Details- 
entityIdValuepublic static org.bson.BsonValue entityIdValue(io.micronaut.core.convert.ConversionService conversionService, RuntimePersistentEntity<Object> persistentEntity, Object entity, org.bson.codecs.configuration.CodecRegistry codecRegistry) 
- 
idValuepublic static <T> org.bson.BsonValue idValue(io.micronaut.core.convert.ConversionService conversionService, RuntimePersistentEntity<T> persistentEntity, Object idValue, org.bson.codecs.configuration.CodecRegistry codecRegistry) 
- 
toBsonValuepublic static org.bson.BsonValue toBsonValue(io.micronaut.core.convert.ConversionService conversionService, Object value, org.bson.codecs.configuration.CodecRegistry codecRegistry) 
 
-