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.
 



Copyright © 2011. All Rights Reserved.