D - DatastoreOperations typeB - Concrete builder typepublic static interface DatastoreOperations.Builder<D extends DatastoreOperations,B extends DatastoreOperations.Builder<D,B>> extends ExpressionResolver.ExpressionResolverBuilder<B>
DatastoreOperations instance builder.| Modifier and Type | Method and Description |
|---|---|
D |
build()
Build the Datastore.
|
B |
configuration(DatastoreConfigProperties configuration)
Set the datastore configuration property source to use.
|
B |
dataContextId(String dataContextId)
Set the
data context id to which the Datastore is bound. |
B |
traceEnabled(boolean trace)
Set whether to trace Datastore operations in log.
|
withExpressionResolverB dataContextId(String dataContextId)
data context id to which the Datastore is bound.dataContextId - The data context id to setB traceEnabled(boolean trace)
trace - true to enable tracingB configuration(DatastoreConfigProperties configuration)
configuration - Datastore configuration properties (not null)D build()
Copyright © 2019 The Holon Platform. All rights reserved.