Package play.db.jpa

Class DefaultJPAConfig.JPAConfigProvider

  • All Implemented Interfaces:
    javax.inject.Provider<JPAConfig>
    Enclosing class:
    DefaultJPAConfig

    @Singleton
    public static class DefaultJPAConfig.JPAConfigProvider
    extends Object
    implements javax.inject.Provider<JPAConfig>
    • Constructor Detail

      • JPAConfigProvider

        @Inject
        public JPAConfigProvider​(com.typesafe.config.Config configuration)
    • Method Detail

      • get

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