Uses of Interface
io.ebeaninternal.dbmigration.model.visitor.BeanVisitor
| Package | Description |
|---|---|
| io.ebeaninternal.dbmigration.model.build | |
| io.ebeaninternal.dbmigration.model.visitor |
-
Uses of BeanVisitor in io.ebeaninternal.dbmigration.model.build
Classes in io.ebeaninternal.dbmigration.model.build that implement BeanVisitor Modifier and Type Class Description classModelBuildBeanVisitorUsed to build the Model objects MTable etc. -
Uses of BeanVisitor in io.ebeaninternal.dbmigration.model.visitor
Constructors in io.ebeaninternal.dbmigration.model.visitor with parameters of type BeanVisitor Constructor Description VisitAllUsing(BeanVisitor visitor, io.ebeaninternal.api.SpiEbeanServer server)Visit all the descriptors for a given server.VisitAllUsing(BeanVisitor visitor, List<io.ebeaninternal.server.deploy.BeanDescriptor<?>> descriptors)Visit all the descriptors in the list.