Package play.db.jpa

Class JPA.JPAContext

  • Enclosing class:
    JPA

    public static class JPA.JPAContext
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JPAContext()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • dbName

        public java.lang.String dbName
      • entityManager

        public javax.persistence.EntityManager entityManager
      • readonly

        public boolean readonly
      • autoCommit

        public boolean autoCommit
    • Constructor Detail

      • JPAContext

        public JPAContext()