Class MongoDistinctInventoryItemIndexable
java.lang.Object
dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemIndexable
- All Implemented Interfaces:
Indexable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidBuilds the indexes based on the last plan operation.dev.morphia.Datastorevoidplan()Plans the indexes.voidsetDatastore(dev.morphia.Datastore datastore) voidsetMapper(MapperRegistry mapperRegistry)
-
Constructor Details
-
MongoDistinctInventoryItemIndexable
public MongoDistinctInventoryItemIndexable()
-
-
Method Details
-
plan
public void plan()Description copied from interface:IndexablePlans the indexes. Writing the contents of the to-be indexed content to the database. -
buildIndexes
public void buildIndexes()Description copied from interface:IndexableBuilds the indexes based on the last plan operation.- Specified by:
buildIndexesin interfaceIndexable
-
getMapper
-
setMapper
-
getDatastore
public dev.morphia.Datastore getDatastore() -
setDatastore
@Inject public void setDatastore(dev.morphia.Datastore datastore)
-