Spring Data MongoDB - Core

org.springframework.data.mongodb.core.index
Interface IndexDefinition

All Known Implementing Classes:
CompoundIndexDefinition, GeospatialIndex, Index, MongoPersistentEntityIndexResolver.IndexDefinitionHolder

public interface IndexDefinition

Author:
Jon Brisbin , Christoph Strobl

Method Summary
 com.mongodb.DBObject getIndexKeys()
           
 com.mongodb.DBObject getIndexOptions()
           
 

Method Detail

getIndexKeys

com.mongodb.DBObject getIndexKeys()

getIndexOptions

com.mongodb.DBObject getIndexOptions()

Spring Data MongoDB - Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.