org.springframework.data.mongodb.repository.query
Interface MongoEntityMetadata<T>
- All Superinterfaces:
- org.springframework.data.repository.core.EntityMetadata<T>
public interface MongoEntityMetadata<T>
- extends org.springframework.data.repository.core.EntityMetadata<T>
Extension of EntityMetadata to additionally expose the collection name an entity shall be persisted to.
- Author:
- Oliver Gierke
| Methods inherited from interface org.springframework.data.repository.core.EntityMetadata |
getJavaType |
getCollectionName
String getCollectionName()
- Returns the name of the collection the entity shall be persisted to.
- Returns:
Copyright © 2013. All Rights Reserved.