| Package | Description |
|---|---|
| io.neba.core.resourcemodels.mapping |
Contains the
Resource to ResourceModel
mapper implementation. |
| Modifier and Type | Method and Description |
|---|---|
<T> Mapping<T> |
CyclicMappingSupport.begin(Mapping<T> mapping)
Contract: When invoked and
null is returned,
one must invoke CyclicMappingSupport.end(Mapping) after the corresponding mapping was executed.Otherwise, a leak in the form of persisting thread-local attributes is introduced. |
| Modifier and Type | Method and Description |
|---|---|
Set<Mapping> |
CyclicMappingSupport.getOngoingMappings() |
| Modifier and Type | Method and Description |
|---|---|
<T> Mapping<T> |
CyclicMappingSupport.begin(Mapping<T> mapping)
Contract: When invoked and
null is returned,
one must invoke CyclicMappingSupport.end(Mapping) after the corresponding mapping was executed.Otherwise, a leak in the form of persisting thread-local attributes is introduced. |
void |
CyclicMappingSupport.end(Mapping mapping)
Ends a mapping that was
begun. |
Copyright © 2014–2015. All rights reserved.