Spring Data Document

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

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

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

Methods in org.springframework.data.mongodb.repository.query that return MongoEntityInformation
 MongoEntityInformation<?,?> MongoQueryMethod.getEntityInformation()
           
<T,ID extends Serializable>
MongoEntityInformation<T,ID>
EntityInformationCreator.getEntityInformation(Class<T> domainClass)
          Returns a MongoEntityInformation for the given domain class.
<T,ID extends Serializable>
MongoEntityInformation<T,ID>
EntityInformationCreator.getEntityInformation(Class<T> domainClass, Class<?> collectionClass)
          Returns a MongoEntityInformation for the given domain class and class to retrieve the collection to query against from.
 

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

Classes in org.springframework.data.mongodb.repository.support that implement MongoEntityInformation
 class MappingMongoEntityInformation<T,ID extends Serializable>
          MongoEntityInformation implementation using a MongoPersistentEntity instance to lookup the necessary information.
 

Methods in org.springframework.data.mongodb.repository.support that return MongoEntityInformation
protected  MongoEntityInformation<T,ID> SimpleMongoRepository.getEntityInformation()
           
<T,ID extends Serializable>
MongoEntityInformation<T,ID>
MongoRepositoryFactory.getEntityInformation(Class<T> domainClass)
           
<T,ID extends Serializable>
MongoEntityInformation<T,ID>
DefaultEntityInformationCreator.getEntityInformation(Class<T> domainClass)
           
<T,ID extends Serializable>
MongoEntityInformation<T,ID>
DefaultEntityInformationCreator.getEntityInformation(Class<T> domainClass, Class<?> collectionClass)
           
 

Constructors in org.springframework.data.mongodb.repository.support with parameters of type MongoEntityInformation
QueryDslMongoRepository(MongoEntityInformation<T,ID> entityInformation, MongoOperations mongoOperations)
          Creates a new QueryDslMongoRepository for the given EntityMetadata and MongoTemplate.
QueryDslMongoRepository(MongoEntityInformation<T,ID> entityInformation, MongoOperations mongoOperations, org.springframework.data.querydsl.EntityPathResolver resolver)
          Creates a new QueryDslMongoRepository for the given MongoEntityInformation, MongoTemplate and EntityPathResolver.
SimpleMongoRepository(MongoEntityInformation<T,ID> metadata, MongoOperations mongoOperations)
          Creates a ew SimpleMongoRepository for the given MongoEntityInformation and MongoTemplate.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.