public class PropertyMappingDefinition extends Object
| Constructor and Description |
|---|
PropertyMappingDefinition(PropertyDescriptor propDesc,
String colName,
Class<? extends Converter> converter) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCollectionType() |
String |
getColName() |
Converter |
getConverter() |
PropertyDescriptor |
getPropDesc() |
boolean |
isCollectionType() |
boolean |
isDefaultConverter() |
void |
setCollectionType(Class<?> collectionType) |
String |
toString() |
public PropertyMappingDefinition(PropertyDescriptor propDesc, String colName, Class<? extends Converter> converter) throws InstantiationException, IllegalAccessException
public Class<?> getCollectionType()
public void setCollectionType(Class<?> collectionType)
public PropertyDescriptor getPropDesc()
public String getColName()
public Converter getConverter()
public boolean isCollectionType()
public boolean isDefaultConverter()
Copyright © 2014. All Rights Reserved.