Package play.db.jpa

Class DefaultJPAApi.JPAApiProvider

  • All Implemented Interfaces:
    javax.inject.Provider<JPAApi>
    Enclosing class:
    DefaultJPAApi

    @Singleton
    public static class DefaultJPAApi.JPAApiProvider
    extends java.lang.Object
    implements javax.inject.Provider<JPAApi>
    • Constructor Summary

      Constructors 
      Constructor Description
      JPAApiProvider​(JPAConfig jpaConfig, play.inject.ApplicationLifecycle lifecycle, play.db.DBApi dbApi)  
      JPAApiProvider​(JPAConfig jpaConfig, play.inject.ApplicationLifecycle lifecycle, play.db.DBApi dbApi, com.typesafe.config.Config config)
      Deprecated.
      Deprecated as of 2.8.0.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JPAApi get()  
      • Methods inherited from class java.lang.Object

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

      • JPAApiProvider

        @Inject
        public JPAApiProvider​(JPAConfig jpaConfig,
                              play.inject.ApplicationLifecycle lifecycle,
                              play.db.DBApi dbApi)
    • Method Detail

      • get

        public JPAApi get()
        Specified by:
        get in interface javax.inject.Provider<JPAApi>