public static interface IRepository.Props
repository properties
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALLOW_INTERRUPT_RUNNING_QUERIES |
static java.lang.String |
CHECK_UNIT_MOVES |
static java.lang.String |
COMMIT_INFO_STORAGE
Possible values: NO | YES | WITH_MERGE_SOURCE.
|
static java.lang.String |
ENSURE_REFERENTIAL_INTEGRITY |
static java.lang.String |
ID_GENERATION_LOCATION |
static java.lang.String |
OPTIMISTIC_LOCKING_TIMEOUT |
static java.lang.String |
OVERRIDE_UUID
Used to override the automatic UUID generation during first startup of a repository.
|
static java.lang.String |
SERIALIZE_COMMITS |
static java.lang.String |
SUPPORTING_AUDITS |
static java.lang.String |
SUPPORTING_BRANCHES |
static java.lang.String |
SUPPORTING_ECORE
Deprecated.
As of 4.2 instances of Ecore are always supported (on demand).
|
static java.lang.String |
SUPPORTING_UNITS |
static final java.lang.String OVERRIDE_UUID
name
.static final java.lang.String SUPPORTING_AUDITS
static final java.lang.String SUPPORTING_BRANCHES
static final java.lang.String SUPPORTING_UNITS
static final java.lang.String CHECK_UNIT_MOVES
static final java.lang.String SERIALIZE_COMMITS
static final java.lang.String ENSURE_REFERENTIAL_INTEGRITY
static final java.lang.String ALLOW_INTERRUPT_RUNNING_QUERIES
static final java.lang.String ID_GENERATION_LOCATION
static final java.lang.String COMMIT_INFO_STORAGE
static final java.lang.String OPTIMISTIC_LOCKING_TIMEOUT
@Deprecated static final java.lang.String SUPPORTING_ECORE
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html