org.hibersap.mapping.model
Class TableMapping
java.lang.Object
org.hibersap.mapping.model.ParameterMapping
org.hibersap.mapping.model.TableMapping
- All Implemented Interfaces:
- java.io.Serializable
public class TableMapping
- extends ParameterMapping
- Author:
- Carsten Erker
- See Also:
- Serialized Form
Constructor Summary |
TableMapping(java.lang.Class<?> fieldType,
java.lang.Class<?> associatedType,
java.lang.String sapName,
java.lang.String javaName,
StructureMapping componentParameter)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableMapping
public TableMapping(java.lang.Class<?> fieldType,
java.lang.Class<?> associatedType,
java.lang.String sapName,
java.lang.String javaName,
StructureMapping componentParameter)
- Parameters:
fieldType
- The type of the field in the bean; may be a Collection interface
like List, Set, Collection, a concrete class that implements
Collection or an array.associatedType
- The type of the elements, i.e. a Pojo class.sapName
- The table's name in SAP.javaName
- The Java field name of the Collection or array.componentParameter
- A StructureMapping containing the table's fields.
getCollectionType
public java.lang.Class<? extends java.util.Collection> getCollectionType()
getComponentParameter
public StructureMapping getComponentParameter()
getFieldType
public java.lang.Class<?> getFieldType()
getParamType
public ParameterMapping.ParamType getParamType()
- Specified by:
getParamType
in class ParameterMapping
Copyright © 2009 Akquinet Tech@Spree GmbH. All Rights Reserved.