All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avaje.ebean.dbmigration.package-info Maven / Gradle / Ivy

There is a newer version: 8.1.1
Show newest version
/**
 * Generation DDL migration scripts based on changes to the model.
 * 

* You can use DbMigration to compare the entity bean model to its prior state * and generate DDL for the differences - adding tables, columns etc. *

*/ package com.avaje.ebean.dbmigration;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy