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

All Known Implementing Classes:
GeospatialIndex, Index

public interface IndexDefinition

Author:
Jon Brisbin

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

Method Detail

getIndexKeys

com.mongodb.DBObject getIndexKeys()

getIndexOptions

com.mongodb.DBObject getIndexOptions()


Copyright © 2011. All Rights Reserved.