| Package | Description |
|---|---|
| com.holonplatform.core.datastore | |
| com.holonplatform.core.datastore.beans |
| Modifier and Type | Method and Description |
|---|---|
default Transactional |
Datastore.requireTransactional()
Requires this Datastore to be
Transactional, i.e. |
| Modifier and Type | Method and Description |
|---|---|
default Optional<Transactional> |
Datastore.isTransactional()
Check if this Datastore is
Transactional, i.e. |
| Modifier and Type | Method and Description |
|---|---|
Transactional |
BeanDatastore.requireTransactional()
Requires the concrete
Datastore to be Transactional, i.e. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Transactional> |
BeanDatastore.isTransactional()
Check if the concrete
Datastore is Transactional, i.e. |
Copyright © 2019 The Holon Platform. All rights reserved.