| Modifier and Type | Method and Description |
|---|---|
ConcurrencyGroupElement |
PersistenceClassElement.getConcurrencyGroup(String name)
Returns the concurrency group with the supplied name from the
collection of groups maintained by this class.
|
ConcurrencyGroupElement |
PersistenceClassElement.Impl.getConcurrencyGroup(String name)
Find a concurrency group by name.
|
ConcurrencyGroupElement[] |
PersistenceFieldElement.getConcurrencyGroups()
Returns the array of concurrency groups to which this field belongs.
|
ConcurrencyGroupElement[] |
PersistenceClassElement.getConcurrencyGroups()
Returns the collection of fields groups by this class in the form
of an array.
|
ConcurrencyGroupElement[] |
PersistenceClassElement.Impl.getConcurrencyGroups()
Get all concurrency groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceClassElement.addConcurrencyGroup(ConcurrencyGroupElement group)
Add the supplied group to the collection of concurrency groups for this
class.
|
void |
PersistenceClassElement.addConcurrencyGroups(ConcurrencyGroupElement[] groups)
Add the supplied groups to the collection of concurrency groups for
this class.
|
void |
PersistenceClassElement.Impl.changeConcurrencyGroups(ConcurrencyGroupElement[] groups,
int action)
Change the set of concurrency groups.
|
boolean |
PersistenceClassElement.containsConcurrencyGroup(ConcurrencyGroupElement group)
Tests whether the supplied group is in the collection of groups
maintained by this class.
|
void |
PersistenceClassElement.removeConcurrencyGroup(ConcurrencyGroupElement group)
Remove the supplied group from the collection of concurrency groups for
this class.
|
void |
PersistenceClassElement.removeConcurrencyGroups(ConcurrencyGroupElement[] groups)
Removed the supplied groups from the collection of concurrency groups
for this class.
|
void |
PersistenceClassElement.setConcurrencyGroups(ConcurrencyGroupElement[] groups)
Sets the collection of concurrency groups maintained by this class to
the contents of the supplied array.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyGroupElement |
PersistenceClassElementImpl.getConcurrencyGroup(String name)
Find a concurrency group by name.
|
ConcurrencyGroupElement[] |
PersistenceClassElementImpl.getConcurrencyGroups()
Get all concurrency groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceClassElementImpl.changeConcurrencyGroups(ConcurrencyGroupElement[] groups,
int action)
Change the set of concurrency groups.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyGroupElement[] |
MappingFieldElementImpl.getConcurrencyGroups()
Returns the array of concurrency groups to which this field belongs.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DumpMapping.printConcurrencyGroupElements(int tabs,
ConcurrencyGroupElement[] groups) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.