|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
MongoConverter
implementations.AbstractMongoConverter
using the given GenericConversionService
.
ApplicationListener
s.AbstractMongoEventListener
.
RepositoryQuery
implementations for Mongo.AbstractMongoQuery
from the given MongoQueryMethod
and MongoOperations
.
Distance
to the current one and forces the result to be in a given Metric
.
DBObject
if necessary.
DBObject
s to be mapped onto a given type.AfterLoadEvent
for the given DBObject
and type.
Pageable
to the given Query
.
Sort
to the Query
.
Shape
as a list of usually Double
or List
s of Double
s.
PersistentEntity
implementation that adds Mongo specific meta-data such as the collection name
and the like.BasicMongoPersistentEntity
with the given TypeInformation
.
PersistentProperty
implementation.BasicMongoPersistentProperty
.
Query
implementation to setup a basic query from some arbitrary JSON query string.MongoPersistentProperty
caching access to CachingMongoPersistentProperty.isIdProperty()
and CachingMongoPersistentProperty.getFieldName()
.CachingMongoPersistentProperty
.
Circle
from the given Point
and radius.
Circle
from the given coordinates and radius.
CollectionOptions
instance.
ObjectId
or String
.
ParameterAccessor
that uses a MongoWriter
to serialize parameters into Mongo format.ConvertingParameterAccessor
with the given MongoWriter
and delegate.
Iterator
that adds a method to access elements in a converted manner.Query
by querying the collection of the given entity class.
Query
querying the given collection.
Collection
using the given MongoPersistentProperty
information.
Query
instance using the given ParameterAccessor
CustomConversions
instance registering the given converters.
EntityInformationCreator
to to create MongoEntityInformation
instances based on a MappingContext
.IndexOperations
.DefaultIndexOperations
.
MongoTypeMapper
allowing configuration of the key to lookup and store type
information in DBObject
.Distance
.
Distance
with the given Metric
.
Metric
.
MongoTemplate
for processing documents returned from a MongoDB query on a per-document basis.IndexDefinition
exists for the collection indicated by the entity
class.
EntityInformationCreator
for a given Class
.DbCallback
translating any exceptions as necessary.
CollectionCallback
on the entity collection of the specified class.
CollectionCallback
on the collection of the given name.
DbCallback
within the same connection to the database so as to ensure consistency in a
write heavy environment where you may read the data that you wrote.
DocumentCallbackHandler
using the provided CursorPreparer.
MongodbQuery
for the given EntityPath
.
MongodbQuery
for the given EntityPath
querying the given collection.
GeoResult
for all entities matching the given NearQuery
.
GeoResult
for all entities matching the given NearQuery
.
Page
to carry the average distance retrieved from the GeoResults
the GeoPage
is set up
from.GeoPage
from the given GeoResults
.
GeoPage
from the given GeoResults
, Pageable
and total.
GeoResult
for the given content and distance.
GeoResult
s as well as the average distance they have.GeoResults
instance manually calculating the average distance from the distance values of the
given GeoResult
s.
GeoResults
instance from the given GeoResult
s and average distance.
GeospatialIndex
for the given field.
GeoResult
s in this list.
Circle
.
MongoConverter
.
org.springframework.data.mongodb.core.core.convert.MongoConverter
.
DB
connection for the given Mongo
instance and database name
DB
connection for the given Mongo
instance and database name
DB
instance.
DB
instance to access the database with the given name.
DBRef
if the property is a reference.
Distance
parameter to be used for geo queries.
MongoEntityInformation
for the given domain class.
MongoEntityInformation
for the given domain class and class to retrieve the collection to query
against from.
RepositoryFactorySupport
instance.
DBObject
.
Point
to use for a geo-near query.
DBObject
with the appropriate keys by using the
PersistentEntity
metadata.
Distance
to be applied to Mongo geo queries.
Metric
underlying the actual query.
MongoOperations
instance.
org.springframework.data.mongodb.core.core.MongoTemplate
to be referenced.
Metric
.
Circle
.
SimpleTypeHolder
.
AfterLoadEvent
shall be invoked for.
DBRef
.
MongoConverter
that uses a MappingContext
to do sophisticated mapping of domain objects to
DBObject
.MappingMongoConverter
given the new MongoDbFactory
and MappingContext
.
MongoEntityInformation
implementation using a MongoPersistentEntity
instance to lookup the necessary
information.MappingMongoEntityInformation
for the given MongoPersistentEntity
.
MappingMongoEntityInformation
for the given MongoPersistentEntity
and custom
collection name.
Distance
.
Metric
s that can be applied to a base scale.Metrics
for NearQuery
s.MongoWriter
and MongoReader
.DB
instances.BeanDefinitionParser
to parse db-factory
elements into BeanDefinition
s.EntityInformation
.PersistenceExceptionTranslator
for Mongo.MongoMappingContext
.
NamespaceHandler
for Mongo DB based repositories.ParameterAccessor
exposing a maximum distance parameter.Parameters
discovering additionalMongoParameters
instance from the given Method
and MongoQueryMethod
.
ParametersParameterAccessor
to allow access to the Distance
parameter.MongoParametersParameterAccessor
.
BasicMongoPersistentEntity
instances contained in the given
MongoMappingContext
for indexing metadata and ensures the indexes to be available.MongoPersistentEntityIndexCreator
for the given MongoMappingContext
and
MongoDbFactory
.
PersistentProperty
implementation.Converter
implementation to transform a MongoPersistentProperty
into its field name.MongoQueryMethod.getAnnotatedQuery()
into superclass as it is currently copied from Spring Data
JPAMongoQueryMethod
from the given Method
.
Repository
interface.BeanDefinitionParser
to create Mongo DB repositories from classpath
scanning or manual definition.MongoRepository
instances.MongoRepositoryFactory
with the given MongoTemplate
and MappingContext
.
FactoryBean
to create MongoRepository
instances.SimpleTypeHolder
enriched with Mongo specific simple types.MongoOperations
.UserCredentials
TypeMapper
exposing that DBObject
s might contain a type key.NearQuery
starting near the given coordinates.
NearQuery
starting at the given coordinates using the given Metric
to adapt given
values to further configuration.
NearQuery
starting at the given Point
.
NearQuery
starting near the given Point
using the given Metric
to adapt given
values to further configuration.
RepositoryQuery
implementation for Mongo.PartTreeMongoQuery
from the given QueryMethod
and MongoTemplate
.
Polygon
.Polygon
for the given Points.
NearQuery
to restrict the objects considered for the actual near operation.
Predicate
s in various forms.QueryDslMongoRepository
for the given EntityMetadata
and MongoTemplate
.
QueryDslMongoRepository
for the given MongoEntityInformation
, MongoTemplate
and EntityPathResolver
.
QuerydslRepositorySupport
for the given MongoOperations
.
QueryMapper
with the given MongoConverter
.
DBCursor
.DBObject
into a Map
.
GenericConversionService
with the convertes registered.
String
to a ServerAddress
array.MongoTemplate.prepareCollection(DBCollection)
to set the ReadPreference
before any operations are
performed.
MongoTemplate
to be used.
MongoTypeMapper
to be used to add type information to DBObject
s created by the
converter and how to lookup type information from DBObject
s when reading them.
WriteConcern
to be configured for the Mongo
instance to be created.
WriteConcern
to be used with the template.
WriteConcern
to be used on the DB
instance being created.
WriteConcernResolver
to be used with the template.
WriteResultChecking
to be used with the template.
DB
instances from a Mongo
instance.SimpleMongoDbFactory
given the Mongo
instance and database name.
SimpleMongoDbFactory
instance from the given MongoURI
.
SimpleMongoRepository
for the given MongoEntityInformation
and MongoTemplate
.
RepositoryConfig
implementation to create SimpleMongoRepositoryConfiguration.MongoRepositoryConfiguration
instances for both automatic
and manual configuration.SimpleMongoRepositoryConfiguration
for the given Element
.
Query
to actually execute.StringBasedMongoQuery
.
DBObject
built by the NearQuery
.
WriteConcern
.Map
to the given DBObject
considering the given TypeInformation
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |