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 ApplicationLifecycleapplicationLifecycle()default JPAApijpaApi()default JPAConfigjpaConfig()-
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:
applicationLifecyclein interfaceDBComponents
-
jpaConfig
default JPAConfig jpaConfig()
-
jpaApi
default JPAApi jpaApi()
-
-