Package migrations.common
Class JatosMigrations
- java.lang.Object
-
- migrations.common.JatosMigrations
-
public class JatosMigrations extends java.lang.ObjectSimilar toApplicationEvolutionsthis class handles locking of a MySQL database to prevent parallel access from multiple nodes. Only works with a MySQL database - not H2!
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(java.lang.Runnable callback)
-