Class JpaPersistenceContext


  • @DciContext
    public class JpaPersistenceContext
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • Method Summary

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

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

      • JpaPersistenceContext

        public JpaPersistenceContext()
    • Method Detail

      • persist

        public void persist​(@Nonnull
                            java.lang.Object object)
      • remove

        public void remove​(@Nonnull
                           java.lang.Object object)