net.sf.sapjcosupport
Class SapMappingParser
java.lang.Object
net.sf.sapjcosupport.SapMappingParser
- public class SapMappingParser
- extends Object
This class parses a VO SAP mapping and caches it internally.
- Since:
- Jan 18, 2006 - 5:34:08 PM
- Author:
- Jo Vandermeeren
Method Summary |
static SapMapping |
getInfo(Class clazz)
This method retrieves a cached mapping for a given value object class (VO).
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SapMappingParser
public SapMappingParser()
getInfo
public static SapMapping getInfo(Class clazz)
throws SapJcoMappingException
- This method retrieves a cached mapping for a given value object class (VO).
If it doesn.t exist in cache, it will be looked up, parsed, cached and returned.
- Parameters:
clazz
- VO class
- Returns:
- SAP mapping for the given class
- Throws:
SapJcoMappingException
- if something goes wrong when creating the SAP mapping
Copyright © 2006 null. All Rights Reserved.