|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.config.SystemProperties
public class SystemProperties
This class provides the list of System properties that are recognized by EclipseLink.
Field Summary | |
---|---|
static String |
ARCHIVE_FACTORY
Configures the factory class we use to produce instances of org.eclispe.persistence.jpa.Archive These instances are used to examine persistence units and the files within them and are used for discovery of classes in the persistence unit Allows user-provided ArchiveFactory and Archive |
static String |
RECORD_STACK_ON_LOCK
This property is used in conjunction with org.eclipse.persistence.sessions.IdentityMapAccessor.printIdentityMapLocks(). |
static String |
WEAVING_OUTPUT_PATH
This property is used to debug weaving issues. |
static String |
WEAVING_SHOULD_OVERWRITE
This property is used in conjunction with WEAVING_OUTPUT_PATH. |
Constructor Summary | |
---|---|
SystemProperties()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ARCHIVE_FACTORY
public static final String WEAVING_OUTPUT_PATH
public static final String WEAVING_SHOULD_OVERWRITE
public static final String RECORD_STACK_ON_LOCK
Constructor Detail |
---|
public SystemProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |