org.hibersap.mapping
Class AnnotationBapiMapper
java.lang.Object
org.hibersap.mapping.AnnotationBapiMapper
public class AnnotationBapiMapper
- extends Object
Creates a BAPI Mapping for Annotated classes.
- Author:
- Carsten Erker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationBapiMapper
public AnnotationBapiMapper()
mapBapi
public BapiMapping mapBapi(Class<?> clazz)
- Takes an annotated BAPI class and creates a BapiMapping. The BapiMapping is used when a BAPI
gets executed to map SAP parameters to fields of the BAPI class.
- Parameters:
clazz
- The annotated Bapi class.
- Returns:
- The BapiMapping
Copyright © 2011 akquinet tech@spree GmbH. All Rights Reserved.