Uses of Class
io.ebeaninternal.dbmigration.model.build.ModelBuildPropertyVisitor
Packages that use ModelBuildPropertyVisitor
Package
Description
-
Uses of ModelBuildPropertyVisitor in io.ebeaninternal.dbmigration.model.build
Methods in io.ebeaninternal.dbmigration.model.build that return ModelBuildPropertyVisitorModifier and TypeMethodDescriptionModelBuildBeanVisitor.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 ModelBuildPropertyVisitorModifier and TypeMethodDescriptionBeanVisitor.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).