Class ObjectStore


  • public class ObjectStore
    extends java.lang.Object
    Object store.
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectStore​(java.lang.String name, KeyPath keyPath, java.lang.Boolean autoIncrement, java.util.List<ObjectStoreIndex> indexes)  
    • Constructor Detail

      • ObjectStore

        public ObjectStore​(java.lang.String name,
                           KeyPath keyPath,
                           java.lang.Boolean autoIncrement,
                           java.util.List<ObjectStoreIndex> indexes)
    • Method Detail

      • getName

        public java.lang.String getName()
        Object store name.
      • getKeyPath

        public KeyPath getKeyPath()
        Object store key path.
      • getAutoIncrement

        public java.lang.Boolean getAutoIncrement()
        If true, object store has auto increment flag set.
      • getIndexes

        public java.util.List<ObjectStoreIndex> getIndexes()
        Indexes in this object store.