Fields Summary |
---|
public static final String | PROPERTY_MULTIPLE_CLASS_LOADERSSystem property key used to define the model behavior concerning
multiple class loaders.
Value should be one of
{@link #MULTIPLE_CLASS_LOADERS_IGNORE},
{@link #MULTIPLE_CLASS_LOADERS_RELOAD}, or
{@link #MULTIPLE_CLASS_LOADERS_ERROR} |
public static final String | MULTIPLE_CLASS_LOADERS_IGNOREConstant representing the value "ignore" of the System property
com.sun.jdo.api.persistence.model.multipleClassLoaders
Setting the system property to "ignore" causes the model to ignore
any new class loader for the same fully qualified class name. |
public static final String | MULTIPLE_CLASS_LOADERS_RELOADConstant representing the value "reload" of the System property
com.sun.jdo.api.persistence.model.multipleClassLoaders
Setting the system property to "reload" causes the model to reload
the class mapping if it is specified with a new class loader. |
public static final String | MULTIPLE_CLASS_LOADERS_ERRORConstant representing the value "error" of the System property
com.sun.jdo.api.persistence.model.multipleClassLoaders
Setting the system property to "reload" causes the model to throw an
exception if the same class is used with a diferent class loader. |
private static String | _strategyValue of the property used to define the model behavior concerning
multiple class loaders. |