public class DeployBeanEmbedded extends Object
Typically collects the overridden column names mapped to the Embedded bean.
| Constructor and Description |
|---|
DeployBeanEmbedded() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getPropertyColumnMap()
Return a map of property names to dbColumns.
|
void |
put(String propertyName,
String dbCoumn)
Set a property name to use a specific dbColumn.
|
void |
putAll(Map<String,String> propertyColumnMap)
Set a Map of property names to dbColumns.
|
Copyright © 2014. All Rights Reserved.