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