Package | Description |
---|---|
nl.renarj.jasdb.api | |
nl.renarj.jasdb.api.model | |
nl.renarj.jasdb.service | |
nl.renarj.jasdb.storage.entities | |
nl.renarj.jasdb.storage.indexing |
Modifier and Type | Method and Description |
---|---|
void |
RemoteEntityBag.ensureIndex(CompositeIndexField queryFields,
boolean isUnique,
IndexField... valueFields) |
Modifier and Type | Method and Description |
---|---|
Index |
IndexManager.createIndex(String bagName,
CompositeIndexField compositeIndexFields,
boolean unique,
IndexField... values) |
void |
EntityBag.ensureIndex(CompositeIndexField indexField,
boolean isUnique,
IndexField... valueFields)
Ensures there is an index present on a given amount of fields in this bag, will create if not existent, will do nothing
if index already exists.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageService.ensureIndex(CompositeIndexField indexField,
boolean isUnique,
IndexField... valueFields)
Ensures an index with a composite key (multiple fields) is present.
|
void |
LocalStorageServiceImpl.ensureIndex(CompositeIndexField indexField,
boolean isUnique,
IndexField... valueFields) |
Modifier and Type | Method and Description |
---|---|
void |
EntityBagImpl.ensureIndex(CompositeIndexField indexField,
boolean isUnique,
IndexField... valueFields) |
Modifier and Type | Method and Description |
---|---|
Index |
IndexManagerImpl.createIndex(String bagName,
CompositeIndexField compositeIndexFields,
boolean unique,
IndexField... values) |
Copyright © 2015. All rights reserved.