Spring Data Document

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

All Known Implementing Classes:
GeospatialIndex, Index

public interface IndexDefinition

Author:
Jon Brisbin

Method Summary
 DBObject getIndexKeys()
           
 DBObject getIndexOptions()
           
 

Method Detail

getIndexKeys

DBObject getIndexKeys()

getIndexOptions

DBObject getIndexOptions()

Spring Data Document

Copyright © 2011. All Rights Reserved.