java.lang.Object
io.ebeaninternal.server.deploy.meta.DeployBeanEmbedded
Collects Deployment information on Embedded beans.
Typically collects the overridden column names mapped to the Embedded bean.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DeployBeanEmbedded
public DeployBeanEmbedded()
-
-
Method Details
-
putAll
Set a Map of property names to dbColumns. -
getPropertyColumnMap
Return a map of property names to dbColumns.
-