Uses of Interface
io.ebeaninternal.dbmigration.model.visitor.BeanVisitor
Packages that use BeanVisitor
Package
Description
-
Uses of BeanVisitor in io.ebeaninternal.dbmigration.model.build
Classes in io.ebeaninternal.dbmigration.model.build that implement BeanVisitorModifier and TypeClassDescriptionclassUsed 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 BeanVisitorModifierConstructorDescriptionVisitAllUsing(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.