Package daos.common

Class AbstractDao

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected play.db.jpa.JPAApi jpa  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractDao​(play.db.jpa.JPAApi jpa)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void flush()  
      protected void merge​(java.lang.Object entity)  
      protected void persist​(java.lang.Object entity)  
      protected void refresh​(java.lang.Object entity)  
      protected void remove​(java.lang.Object entity)  
      • Methods inherited from class java.lang.Object

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

      • jpa

        protected final play.db.jpa.JPAApi jpa
    • Constructor Detail

      • AbstractDao

        protected AbstractDao​(play.db.jpa.JPAApi jpa)
    • Method Detail

      • persist

        protected void persist​(java.lang.Object entity)
      • merge

        protected void merge​(java.lang.Object entity)
      • remove

        protected void remove​(java.lang.Object entity)
      • refresh

        protected void refresh​(java.lang.Object entity)
      • flush

        public void flush()