public class ConcurrencyGroupElement extends FieldGroupElement
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConcurrencyGroupElement.Impl
Pluggable implementation of concurrency group elements.
|
PROP_CARDINALITY, PROP_COLLECTION_CLASS, PROP_DELETE_ACTION, PROP_ELEMENT_CLASS, PROP_FIELDS, PROP_GROUPS, PROP_IDENTITY, PROP_INVERSE_FIELD, PROP_KEY_CLASS, PROP_KEY_FIELD, PROP_MODIFIED, PROP_NAME, PROP_PERSISTENCE, PROP_PREFETCH, PROP_SENSITIVITY, PROP_UPDATE_ACTION| Constructor and Description |
|---|
ConcurrencyGroupElement()
Create new ConcurrencyGroupElement with no implementation.
|
ConcurrencyGroupElement(ConcurrencyGroupElement.Impl impl,
PersistenceClassElement declaringClass)
Create new ConcurrencyGroupElement with the provided implementation.
|
addField, addFields, containsField, getField, getFields, removeField, removeFields, setFieldsequals, getDeclaringClass, hashCode, setDeclaringClassaddPropertyChangeListener, addVetoableChangeListener, compareTo, getImpl, getMessages, getName, removePropertyChangeListener, removeVetoableChangeListener, setImpl, setName, toStringpublic ConcurrencyGroupElement()
public ConcurrencyGroupElement(ConcurrencyGroupElement.Impl impl, PersistenceClassElement declaringClass)
impl - the implementation to usedeclaringClass - the class to attach toCopyright © 2017–2019 Eclipse Foundation. All rights reserved.