public interface LocalViewExecutor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
executeInLocalView(java.util.function.Supplier<T> action)
Executes action in local view.
|
<T> T |
executeWithAllCatalogs(java.util.function.Supplier<T> action)
Executes action in local view which has all catalogs set in session.
|
<T> T executeInLocalView(java.util.function.Supplier<T> action)
action - to be executed<T> T executeWithAllCatalogs(java.util.function.Supplier<T> action)
action - to be executedCopyright © 2018 SAP SE. All Rights Reserved.