public class Constants
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Constants.CACHE_KEYS
Definition of used cached keys.
|
static interface |
Constants.Encryption |
static class |
Constants.ENUMS |
static interface |
Constants.Initialization
internal use only!
|
static class |
Constants.TC
Typecode definitions.
|
static interface |
Constants.TYPES
Definition of some core types
|
static class |
Constants.USER
System user principals.
|
static class |
Constants.WEB
Definition of the
jalosession constant. |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DB_DETECT_CONNECTION_LOST |
static boolean |
DB_DETECT_CONNECTION_LOST_DEFAULT |
static java.lang.String |
DISABLE_CYCLIC_CHECKS
Session attribute to disable checking for cyclic structures.
|
| Constructor and Description |
|---|
Constants() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkUnique() |
public static final java.lang.String DISABLE_CYCLIC_CHECKS
SessionContext myCtx = jaloSesson.createSessionContext(); myCtx.setAttribute(Constants.DISABLE_CYCLIC_CHECKS, Boolean.TRUE); // now this will not raise an error : category.addToSubcategory(category.getSuperCategory());
public static final java.lang.String DB_DETECT_CONNECTION_LOST
public static final boolean DB_DETECT_CONNECTION_LOST_DEFAULT
Copyright © 2018 SAP SE. All Rights Reserved.