|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jpt.jpa.eclipselink.core.EclipseLinkJpaPreferences
public final class EclipseLinkJpaPreferences
Public access to the Dali JPA EclipseLink preferences.
Provisional API: This class is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Method Summary | |
|---|---|
static String |
getStaticWeavingLogLevel(IProject project,
String defaultValue)
|
static String |
getStaticWeavingPersistenceInfo(IProject project,
String defaultValue)
|
static String |
getStaticWeavingSourceLocation(IProject project,
String defaultValue)
|
static String |
getStaticWeavingTargetLocation(IProject project,
String defaultValue)
|
static void |
removePreferences()
|
static void |
removePreferences(IProject project)
Remove both the project's settings and the project-specific workspace settings. |
static void |
setStaticWeavingLogLevel(IProject project,
String logLevel)
|
static void |
setStaticWeavingPersistenceInfo(IProject project,
String info)
|
static void |
setStaticWeavingSourceLocation(IProject project,
String location)
|
static void |
setStaticWeavingTargetLocation(IProject project,
String location)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getStaticWeavingSourceLocation(IProject project,
String defaultValue)
public static void setStaticWeavingSourceLocation(IProject project,
String location)
public static String getStaticWeavingTargetLocation(IProject project,
String defaultValue)
public static void setStaticWeavingTargetLocation(IProject project,
String location)
public static String getStaticWeavingLogLevel(IProject project,
String defaultValue)
LoggingLevel.getPropertyValue()
public static void setStaticWeavingLogLevel(IProject project,
String logLevel)
LoggingLevel.getPropertyValue()
public static String getStaticWeavingPersistenceInfo(IProject project,
String defaultValue)
public static void setStaticWeavingPersistenceInfo(IProject project,
String info)
public static void removePreferences(IProject project)
public static void removePreferences()
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||