Class FlywayLogic


  • public class FlywayLogic
    extends java.lang.Object
    Logic to provide data from Flyway migration.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      FlywayLogic()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getMigration​(java.lang.String migrationId, javax.persistence.EntityManager entityManager, ObjectResponse<Migration> responder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlywayLogic

        public FlywayLogic()