Class EntityManagerSessionImpl

    • Constructor Detail

      • EntityManagerSessionImpl

        public EntityManagerSessionImpl​(javax.persistence.EntityManagerFactory entityManagerFactory,
                                        javax.persistence.EntityManager entityManager,
                                        boolean handleTransactions,
                                        boolean closeEntityManager)
      • EntityManagerSessionImpl

        public EntityManagerSessionImpl​(javax.persistence.EntityManagerFactory entityManagerFactory,
                                        boolean handleTransactions,
                                        boolean closeEntityManager)
    • Method Detail

      • flush

        public void flush()
        Specified by:
        flush in interface Session
      • isTransactionActive

        protected boolean isTransactionActive()
      • close

        public void close()
        Specified by:
        close in interface Session