Class MongoIndexMetadata
java.lang.Object
dev.getelements.elements.dao.mongo.model.index.MongoIndexMetadata
- All Implemented Interfaces:
IndexMetadata<org.bson.Document>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MongoIndexMetadata
public MongoIndexMetadata()
-
-
Method Details
-
getIdentifier
public org.bson.Document getIdentifier()Description copied from interface:IndexMetadata
Gets the database-specific identifer for the index.- Specified by:
getIdentifier
in interfaceIndexMetadata<org.bson.Document>
- Returns:
- the identifier
-
getKeys
public org.bson.Document getKeys() -
setKeys
public void setKeys(org.bson.Document keys) -
equals
-
hashCode
public int hashCode() -
toString
-