Package | Description |
---|---|
com.saperion.exception |
This package contains the classes for the global exceptions.
|
com.saperion.operations.inject |
Modifier and Type | Method and Description |
---|---|
static NativeException |
NativeReturnCodeMapper.fromReturnCode(com.saperion.jna.applsrv.m2j.natives.Returncodes returnCode,
String message)
Matches ReturnCodes to exceptions.
|
Modifier and Type | Method and Description |
---|---|
List<Object> |
FieldArrayMapper.genericMapping(com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray nativeData)
Creates a list of Objects that matches the given native odbc fields
|
com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray |
FieldArrayMapper.genericMapping(List<Object> objects)
Creates a native odbc field array (HFIELDDATAArray) with values that match to the given java objects.
|
Map<String,Object> |
FieldArrayMapper.typedMapping(DDC definition,
com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray nativeData)
Reads the values from the given native odbc field array to a named property map.
|
com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray |
FieldArrayMapper.typedMapping(DDC definition,
Map<String,Object> properties)
Creates a native odbc field array (HFIELDDATAArray) with values that match to the given java objects.
|
Copyright © 2016 SAPERION AG. All rights reserved.