Class EntityManagerSessionFactory

    • Field Detail

      • entityManagerFactory

        protected javax.persistence.EntityManagerFactory entityManagerFactory
      • handleTransactions

        protected boolean handleTransactions
      • closeEntityManager

        protected boolean closeEntityManager
    • Constructor Detail

      • EntityManagerSessionFactory

        public EntityManagerSessionFactory​(Object entityManagerFactory,
                                           boolean handleTransactions,
                                           boolean closeEntityManager)