Class RawTransactionMigrator


  • public class RawTransactionMigrator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RawTransactionMigrator​(javax.persistence.EntityManager primaryEntityManager, javax.persistence.EntityManager secondaryEntityManager)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void migrate()  
      • Methods inherited from class java.lang.Object

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

      • RawTransactionMigrator

        public RawTransactionMigrator​(javax.persistence.EntityManager primaryEntityManager,
                                      javax.persistence.EntityManager secondaryEntityManager)
    • Method Detail

      • migrate

        public void migrate()