Class IndexPredicate
java.lang.Object
org.springframework.data.mongodb.core.index.IndexPredicate
- Author:
- Jon Brisbin <[email protected]>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
isUnique()
void
setDirection
(IndexDirection direction) void
void
setUnique
(boolean unique)
-
Constructor Details
-
IndexPredicate
public IndexPredicate()
-
-
Method Details
-
getName
-
setName
-
getDirection
-
setDirection
-
isUnique
public boolean isUnique() -
setUnique
public void setUnique(boolean unique)
-