Package org.eclipse.emf.cdo.server
Interface IRepository.Props
- 
- Enclosing interface:
- IRepository
 
 public static interface IRepository.PropsContains symbolic constants that specifiy valid keys ofrepository properties.- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringALLOW_INTERRUPT_RUNNING_QUERIESstatic java.lang.StringCHECK_UNIT_MOVESstatic java.lang.StringCOMMIT_INFO_STORAGEPossible values: NO | YES | WITH_MERGE_SOURCE.static java.lang.StringENSURE_REFERENTIAL_INTEGRITYstatic java.lang.StringID_GENERATION_LOCATIONstatic java.lang.StringOPTIMISTIC_LOCKING_TIMEOUTstatic java.lang.StringOVERRIDE_UUIDUsed to override the automatic UUID generation during first startup of a repository.static java.lang.StringSERIALIZE_COMMITSstatic java.lang.StringSUPPORTING_AUDITSstatic java.lang.StringSUPPORTING_BRANCHESstatic java.lang.StringSUPPORTING_ECOREDeprecated.As of 4.2 instances of Ecore are always supported (on demand).static java.lang.StringSUPPORTING_UNITS
 
- 
- 
- 
Field Detail- 
OVERRIDE_UUIDstatic final java.lang.String OVERRIDE_UUID Used to override the automatic UUID generation during first startup of a repository. Passing the empty string causes the UUID of the repository to be set to itsname.- Since:
- 2.0
- See Also:
- Constant Field Values
 
 - 
SUPPORTING_AUDITSstatic final java.lang.String SUPPORTING_AUDITS - Since:
- 2.0
- See Also:
- Constant Field Values
 
 - 
SUPPORTING_BRANCHESstatic final java.lang.String SUPPORTING_BRANCHES - Since:
- 3.0
- See Also:
- Constant Field Values
 
 - 
SUPPORTING_UNITSstatic final java.lang.String SUPPORTING_UNITS - Since:
- 4.5
- See Also:
- Constant Field Values
 
 - 
CHECK_UNIT_MOVESstatic final java.lang.String CHECK_UNIT_MOVES - Since:
- 4.5
- See Also:
- Constant Field Values
 
 - 
SERIALIZE_COMMITSstatic final java.lang.String SERIALIZE_COMMITS - Since:
- 4.2
- See Also:
- Constant Field Values
 
 - 
ENSURE_REFERENTIAL_INTEGRITYstatic final java.lang.String ENSURE_REFERENTIAL_INTEGRITY - Since:
- 3.0
- See Also:
- Constant Field Values
 
 - 
ALLOW_INTERRUPT_RUNNING_QUERIESstatic final java.lang.String ALLOW_INTERRUPT_RUNNING_QUERIES - Since:
- 4.0
- See Also:
- Constant Field Values
 
 - 
ID_GENERATION_LOCATIONstatic final java.lang.String ID_GENERATION_LOCATION - Since:
- 4.1
- See Also:
- Constant Field Values
 
 - 
COMMIT_INFO_STORAGEstatic final java.lang.String COMMIT_INFO_STORAGE Possible values: NO | YES | WITH_MERGE_SOURCE.- Since:
- 4.6
- See Also:
- Constant Field Values
 
 - 
OPTIMISTIC_LOCKING_TIMEOUTstatic final java.lang.String OPTIMISTIC_LOCKING_TIMEOUT - Since:
- 4.2
- See Also:
- Constant Field Values
 
 - 
SUPPORTING_ECORE@Deprecated static final java.lang.String SUPPORTING_ECORE Deprecated.As of 4.2 instances of Ecore are always supported (on demand).- Since:
- 4.0
- See Also:
- Constant Field Values
 
 
- 
 
-