Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.data.mongodb.core.convert Classes and Interfaces - 18 results found.
NameDescriptionTypePackageFramework
AbstractMongoConverterBase class for MongoConverter implementations.Classorg.springframework.data.mongodb.core.convertSpringData MongoDb
CustomConversionsValue object to capture custom conversion.Classorg.springframework.data.mongodb.core.convertSpringData MongoDb
DbRefProxyHandlerInterfaceorg.springframework.data.mongodb.core.convertSpringData MongoDb
DbRefResolverUsed to resolve associations annotated with DBRef.Interfaceorg.springframework.data.mongodb.core.convertSpringData MongoDb
DbRefResolverCallbackCallback interface to be used in conjunction with DbRefResolver.Interfaceorg.springframework.data.mongodb.core.convertSpringData MongoDb
DefaultDbRefResolverA DbRefResolver that resolves DBRefs by delegating to aDbRefResolverCallback than is able to generate lazy loading proxies.Classorg.springframework.data.mongodb.core.convertSpringData MongoDb
DefaultMongoTypeMapperDefault implementation of MongoTypeMapper allowing configuration of the key to lookup and store typeinformation in DBObject.Classorg.springframework.data.mongodb.core.convertSpringData MongoDb
DefaultMongoTypeMapper .DBObjectTypeAliasAccessorTypeAliasAccessor to store aliases in a DBObject.Classorg.springframework.data.mongodb.core.convert.DefaultMongoTypeMapperSpringData MongoDb
LazyLoadingProxyAllows direct interaction with the underlying DefaultDbRefResolver.Interfaceorg.springframework.data.mongodb.core.convertSpringData MongoDb
MappingMongoConverterMongoConverter that uses a MappingContext to do sophisticated mapping of domain objects toAuthor:Oliver Gierke, Jon Brisbin, Patrik Wasik, Thomas Darimont, Christoph StroblClassorg.springframework.data.mongodb.core.convertSpringData MongoDb
MongoConverterCentral Mongo specific converter interface which combines MongoWriter and MongoReader.Interfaceorg.springframework.data.mongodb.core.convertSpringData MongoDb
MongoTypeMapperMongo-specific TypeMapper exposing that DBObjects might contain a type key.Interfaceorg.springframework.data.mongodb.core.convertSpringData MongoDb
MongoWriterA MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.Interfaceorg.springframework.data.mongodb.core.convertSpringData MongoDb
QueryMapperA helper class to encapsulate any modifications of a Query object before it gets submitted to the database.Classorg.springframework.data.mongodb.core.convertSpringData MongoDb
QueryMapper .AssociationConverterConverter to skip all properties after an association property was rendered.Classorg.springframework.data.mongodb.core.convert.QueryMapperSpringData MongoDb
QueryMapper .FieldValue object to represent a field and its meta-information.Classorg.springframework.data.mongodb.core.convert.QueryMapperSpringData MongoDb
QueryMapper .MetadataBackedFieldExtension of DocumentField to be backed with mapping metadata.Classorg.springframework.data.mongodb.core.convert.QueryMapperSpringData MongoDb
UpdateMapperA subclass of QueryMapper that retains type information on the mongo types.Classorg.springframework.data.mongodb.core.convertSpringData MongoDb