Class AbstractJpaTestCase.DeleteSection

  • Enclosing class:
    AbstractJpaTestCase

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

      Constructors 
      Constructor Description
      DeleteSection()  
    • 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

      • DeleteSection

        public DeleteSection()
    • Method Detail

      • service

        public void service​(javax.persistence.EntityManager entityManager)