Class AbstractJpaTestCase.InsertSection

  • Enclosing class:
    AbstractJpaTestCase

    public static class AbstractJpaTestCase.InsertSection
    extends java.lang.Object
    Mock section for inserting entity.
    • Constructor Summary

      Constructors 
      Constructor Description
      InsertSection()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void service​(javax.persistence.EntityManager entityManager)  
      • Methods inherited from class java.lang.Object

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

      • InsertSection

        public InsertSection()
    • Method Detail

      • service

        public void service​(javax.persistence.EntityManager entityManager)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception