java.lang.Object
io.ebeaninternal.server.deploy.meta.DeployBeanTable
Used for associated beans in place of a BeanDescriptor. This is done to avoid
recursion issues due to the potentially bi-directional and circular
relationships between beans.
It holds the main deployment information and not all the detail that is held in a BeanDescriptor.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the id properties.Return the base table for this BeanTable.Class<?> Return the class for this beanTable.voidsetBaseTable(String baseTable) Set the base table for this BeanTable.voidsetIdProperty(DeployBeanProperty idProperty) Set the Id properties.
-
Method Details
-
getBaseTable
Return the base table for this BeanTable. This is used to determine the join information for associations. -
setBaseTable
Set the base table for this BeanTable. -
createIdProperty
Return the id properties. -
setIdProperty
Set the Id properties. -
getBeanType
Return the class for this beanTable.
-