Package play.db.jpa
Class DefaultJPAApi.JPAApiProvider
java.lang.Object
play.db.jpa.DefaultJPAApi.JPAApiProvider
- All Implemented Interfaces:
jakarta.inject.Provider<JPAApi>
- Enclosing class:
- DefaultJPAApi
-
Constructor Summary
ConstructorsConstructorDescriptionJPAApiProvider(JPAConfig jpaConfig, ApplicationLifecycle lifecycle, DBApi dbApi) JPAApiProvider(JPAConfig jpaConfig, ApplicationLifecycle lifecycle, DBApi dbApi, com.typesafe.config.Config config) Deprecated.Deprecated as of 2.8.0. -
Method Summary
-
Constructor Details
-
JPAApiProvider
@Deprecated public JPAApiProvider(JPAConfig jpaConfig, ApplicationLifecycle lifecycle, DBApi dbApi, com.typesafe.config.Config config) Deprecated.Deprecated as of 2.8.0. UseJPAApiProvider(JPAConfig, ApplicationLifecycle, DBApi)instead. -
JPAApiProvider
-
-
Method Details
-
get
- Specified by:
getin interfacejakarta.inject.Provider<JPAApi>
-