-
public final class ObjectStoreObject store.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final KeyPathkeyPathprivate final BooleanautoIncrementprivate final List<ObjectStoreIndex>indexes
-
Constructor Summary
Constructors Constructor Description ObjectStore(String name, KeyPath keyPath, Boolean autoIncrement, List<ObjectStoreIndex> indexes)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final KeyPathcomponent2()final Booleancomponent3()final List<ObjectStoreIndex>component4()final ObjectStorecopy(String name, KeyPath keyPath, Boolean autoIncrement, List<ObjectStoreIndex> indexes)final StringgetName()Object store name. final KeyPathgetKeyPath()Object store key path. final BooleangetAutoIncrement()If true, object store has auto increment flag set. final List<ObjectStoreIndex>getIndexes()Indexes in this object store. -
-
Constructor Detail
-
ObjectStore
ObjectStore(String name, KeyPath keyPath, Boolean autoIncrement, List<ObjectStoreIndex> indexes)
-
-
Method Detail
-
component1
final String component1()
-
component2
final KeyPath component2()
-
component3
final Boolean component3()
-
component4
final List<ObjectStoreIndex> component4()
-
copy
final ObjectStore copy(String name, KeyPath keyPath, Boolean autoIncrement, List<ObjectStoreIndex> indexes)
-
getKeyPath
final KeyPath getKeyPath()
Object store key path.
-
getAutoIncrement
final Boolean getAutoIncrement()
If true, object store has auto increment flag set.
-
getIndexes
final List<ObjectStoreIndex> getIndexes()
Indexes in this object store.
-
-
-
-