Class ModelBuildBeanVisitor
java.lang.Object
io.ebeaninternal.dbmigration.model.build.ModelBuildBeanVisitor
- All Implemented Interfaces:
BeanVisitor
Used to build the Model objects MTable etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisitBean(io.ebeaninternal.server.deploy.BeanDescriptor<?> descriptor)Return the PropertyVisitor used to read all the property meta data and in this case add MColumn objects to the model.
-
Constructor Details
-
ModelBuildBeanVisitor
-
-
Method Details
-
visitBean
public ModelBuildPropertyVisitor visitBean(io.ebeaninternal.server.deploy.BeanDescriptor<?> descriptor)Return the PropertyVisitor used to read all the property meta data and in this case add MColumn objects to the model.This creates an MTable and adds it to the model.
- Specified by:
visitBeanin interfaceBeanVisitor
-