Package org.eclipse.persistence.sdo
Class SDOSystemProperties
- java.lang.Object
-
- org.eclipse.persistence.sdo.SDOSystemProperties
-
public final class SDOSystemProperties extends Object
This class provides the list of System properties that are recognized by EclipseLink SDO component.- Author:
- rfelcman
-
-
Field Summary
Fields Modifier and Type Field Description static String
SDO_HELPER_CONTEXTS_MAX_SIZE
Property controls maximum size of helperContexts map.static String
SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME
Property controls strictness ofType.getInstanceClass()
type checking.
-
-
-
Field Detail
-
SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME
public static final String SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME
Property controls strictness ofType.getInstanceClass()
type checking.See
SDOHelperContext.isStrictTypeCheckingEnabled()
for more details. By this property, the initial value can be changed. Default value istrue
.- See Also:
- Constant Field Values
-
SDO_HELPER_CONTEXTS_MAX_SIZE
public static final String SDO_HELPER_CONTEXTS_MAX_SIZE
Property controls maximum size of helperContexts map. This is way how Least Recently Used (LRU) strategy will be intensive. It should help with used Java heap size issues if there is so many SDOClassLoader instances with so many defined classes. Default value is1 000 000
.- See Also:
- Constant Field Values
-
-