public class PersistenceUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PERSISTENCE_LEGACY_MODE |
| Constructor and Description |
|---|
PersistenceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
doWithChangedPersistenceLegacyMode(boolean isLegacyMode,
Supplier<T> supplier) |
static <T> T |
doWithLegacyPersistence(Supplier<T> supplier) |
static <T> T |
doWithSLDPersistence(Supplier<T> supplier) |
static boolean |
isPersistenceLagacyModeEnabledInConfig() |
static boolean |
isPersistenceLegacyModeEnabled() |
public static final String PERSISTENCE_LEGACY_MODE
public static <T> T doWithSLDPersistence(Supplier<T> supplier)
public static <T> T doWithLegacyPersistence(Supplier<T> supplier)
public static <T> T doWithChangedPersistenceLegacyMode(boolean isLegacyMode,
Supplier<T> supplier)
public static boolean isPersistenceLegacyModeEnabled()
public static boolean isPersistenceLagacyModeEnabledInConfig()
Copyright © 2017 SAP SE. All Rights Reserved.