|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MongoEntityInformation | |
|---|---|
| org.springframework.data.mongodb.repository.support | |
| 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()
|
|
|
MongoRepositoryFactory.getEntityInformation(Class<T> domainClass)
|
|
| 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,
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 MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||