Spring Data Document

org.springframework.data.document.mongodb.mapping
Interface MongoPersistentEntity<T>

All Superinterfaces:
org.springframework.data.mapping.model.PersistentEntity<T,MongoPersistentProperty>
All Known Implementing Classes:
BasicMongoPersistentEntity

public interface MongoPersistentEntity<T>
extends org.springframework.data.mapping.model.PersistentEntity<T,MongoPersistentProperty>

Author:
Oliver Gierke

Method Summary
 String getCollection()
           
 
Methods inherited from interface org.springframework.data.mapping.model.PersistentEntity
doWithAssociations, doWithProperties, getAssociations, getIdProperty, getName, getPersistentProperties, getPersistentProperty, getPersistentPropertyNames, getPreferredConstructor, getType, getTypeInformation
 

Method Detail

getCollection

String getCollection()

Spring Data Document

Copyright © 2011. All Rights Reserved.