Uses of Class
io.ebeaninternal.dbmigration.model.build.ModelBuildPropertyVisitor
| Package | Description |
|---|---|
| io.ebeaninternal.dbmigration.model.build | |
| io.ebeaninternal.dbmigration.model.visitor |
-
Uses of ModelBuildPropertyVisitor in io.ebeaninternal.dbmigration.model.build
Methods in io.ebeaninternal.dbmigration.model.build that return ModelBuildPropertyVisitor Modifier and Type Method Description ModelBuildPropertyVisitorModelBuildBeanVisitor. 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. -
Uses of ModelBuildPropertyVisitor in io.ebeaninternal.dbmigration.model.visitor
Methods in io.ebeaninternal.dbmigration.model.visitor that return ModelBuildPropertyVisitor Modifier and Type Method Description ModelBuildPropertyVisitorBeanVisitor. visitBean(io.ebeaninternal.server.deploy.BeanDescriptor<?> descriptor)Visit a BeanDescriptor and return a PropertyVisitor to use to visit each property on the entity bean (return null to skip visiting this bean).