Uses of Class
io.ebeaninternal.dbmigration.model.build.ModelBuildContext
-
Packages that use ModelBuildContext Package Description io.ebeaninternal.dbmigration.model.build -
-
Uses of ModelBuildContext in io.ebeaninternal.dbmigration.model.build
Methods in io.ebeaninternal.dbmigration.model.build with parameters of type ModelBuildContext Modifier and Type Method Description static voidModelBuildElementTable. build(ModelBuildContext ctx, io.ebeaninternal.server.deploy.BeanPropertyAssocMany<?> manyProp)Build and add the MTable model for the ElementCollection property.Constructors in io.ebeaninternal.dbmigration.model.build with parameters of type ModelBuildContext Constructor Description ModelBuildBeanVisitor(ModelBuildContext ctx)ModelBuildPropertyVisitor(ModelBuildContext ctx, MTable table, io.ebeaninternal.server.deploy.BeanDescriptor<?> beanDescriptor)
-