Spring Data Document

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

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

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

Author:
Oliver Gierke

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

Method Detail

getCollection

String getCollection()

Spring Data Document

Copyright © 2012. All Rights Reserved.