Class MongoDistinctInventoryItemIndexable

java.lang.Object
dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemIndexable
All Implemented Interfaces:
Indexable

public class MongoDistinctInventoryItemIndexable extends Object implements Indexable
  • 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.
      Specified by:
      plan in interface Indexable
    • buildIndexes

      public void buildIndexes()
      Description copied from interface: Indexable
      Builds the indexes based on the last plan operation.
      Specified by:
      buildIndexes in interface Indexable
    • getMapper

      public MapperRegistry getMapper()
    • setMapper

      @Inject public void setMapper(MapperRegistry mapperRegistry)
    • getDatastore

      public dev.morphia.Datastore getDatastore()
    • setDatastore

      @Inject public void setDatastore(dev.morphia.Datastore datastore)