Class JpaPersistableSupport

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void persist()
      Persists this object to some implicit, or context-provided persistence facility.
      void remove()
      Removes this object from some implicit, or context-provided container (e.g.
      • Methods inherited from class java.lang.Object

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

      • JpaPersistableSupport

        public JpaPersistableSupport()
    • Method Detail

      • persist

        public void persist()
        Description copied from interface: Persistable
        Persists this object to some implicit, or context-provided persistence facility.
        Specified by:
        persist in interface Persistable
      • remove

        public void remove()
        Description copied from interface: Removable
        Removes this object from some implicit, or context-provided container (e.g. a persistnce facility, etc...).
        Specified by:
        remove in interface Removable