public class MappingDebugMessage
extends java.lang.Object
| 构造器和说明 |
|---|
MappingDebugMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addMapping(java.lang.String column,
java.lang.String property,
java.lang.String propertyTypeName)
Adds the mapping.
|
void |
addMapping(java.lang.String column,
java.lang.String columnAs,
java.lang.String property,
java.lang.String propertyTypeName)
Adds the mapping.
|
java.lang.String |
toString() |
public void addMapping(java.lang.String column,
java.lang.String property,
java.lang.String propertyTypeName)
column - the columnproperty - the propertypropertyTypeName - the property type namepublic void addMapping(java.lang.String column,
java.lang.String columnAs,
java.lang.String property,
java.lang.String propertyTypeName)
column - the columncolumnAs - the column asproperty - the propertypropertyTypeName - the property type namepublic java.lang.String toString()
toString 在类中 java.lang.Object