|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MappingResults
Exposes information about the results of a mapping transaction.
Method Summary | |
---|---|
List |
getAllResults()
A list of all the mapping results between the source and target. |
List |
getErrorResults()
A list of all error results that occurred. |
List |
getResults(MappingResultsCriteria criteria)
Get all results that meet the given result criteria. |
Object |
getSource()
The source object that was mapped from. |
Object |
getTarget()
The target object that was mapped to. |
boolean |
hasErrorResults()
Whether some results were errors. |
Method Detail |
---|
Object getSource()
Object getTarget()
List getAllResults()
boolean hasErrorResults()
List getErrorResults()
List getResults(MappingResultsCriteria criteria)
criteria
- the mapping result criteria
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |