| Package | Description |
|---|---|
| com.holonplatform.core.datastore | |
| com.holonplatform.core.datastore.bulk |
| Modifier and Type | Method and Description |
|---|---|
Datastore.OperationResult |
Datastore.OperationResult.Builder.build()
Build the
Datastore.OperationResult. |
Datastore.OperationResult |
Datastore.delete(DataTarget<?> target,
PropertyBox propertyBox,
Datastore.WriteOption... options)
Remove a persistent element from datastore, using given
target to denote persistent entity to delete
and given PropertyBox to provide key property values |
Datastore.OperationResult |
Datastore.insert(DataTarget<?> target,
PropertyBox propertyBox,
Datastore.WriteOption... options)
Insert a
PropertyBox using given target to denote persistent entity of datastore. |
Datastore.OperationResult |
Datastore.save(DataTarget<?> target,
PropertyBox propertyBox,
Datastore.WriteOption... options)
Save a
PropertyBox using given target to denote persistent entity of datastore: insert data
if not exists, update it otherwise. |
Datastore.OperationResult |
Datastore.update(DataTarget<?> target,
PropertyBox propertyBox,
Datastore.WriteOption... options)
Update a
PropertyBox using given target to denote persistent entity of datastore. |
| Modifier and Type | Method and Description |
|---|---|
Datastore.OperationResult |
DMLClause.execute()
Execute the clause and return the amount of affected data objects
|
Copyright © 2017 The Holon Platform. All rights reserved.