Spring Data Document

Uses of Interface
org.springframework.data.mongodb.repository.query.EntityInformationCreator

Packages that use EntityInformationCreator
org.springframework.data.mongodb.repository.query   
org.springframework.data.mongodb.repository.support   
 

Uses of EntityInformationCreator in org.springframework.data.mongodb.repository.query
 

Constructors in org.springframework.data.mongodb.repository.query with parameters of type EntityInformationCreator
MongoQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, EntityInformationCreator entityInformationCreator)
          Creates a new MongoQueryMethod from the given Method.
 

Uses of EntityInformationCreator in org.springframework.data.mongodb.repository.support
 

Classes in org.springframework.data.mongodb.repository.support that implement EntityInformationCreator
 class DefaultEntityInformationCreator
          Simple EntityInformationCreator to to create MongoEntityInformation instances based on a MappingContext.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.