Package play.db.jpa
Interface JPAComponents
-
- All Superinterfaces:
ConfigurationComponents
,ConnectionPoolComponents
,DBComponents
public interface JPAComponents extends DBComponents, ConfigurationComponents
Java JPA Components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ApplicationLifecycle
applicationLifecycle()
default JPAApi
jpaApi()
default JPAConfig
jpaConfig()
-
Methods inherited from interface play.components.ConfigurationComponents
config, configuration
-
Methods inherited from interface play.db.ConnectionPoolComponents
connectionPool
-
Methods inherited from interface play.db.DBComponents
database, databases, dbApi, environment
-
-
-
-
Method Detail
-
applicationLifecycle
ApplicationLifecycle applicationLifecycle()
- Specified by:
applicationLifecycle
in interfaceDBComponents
-
jpaConfig
default JPAConfig jpaConfig()
-
jpaApi
default JPAApi jpaApi()
-
-