Package play.db.jpa

Interface JPAComponents

  • All Superinterfaces:
    play.components.ConfigurationComponents, play.db.ConnectionPoolComponents, play.db.DBComponents

    public interface JPAComponents
    extends play.db.DBComponents, play.components.ConfigurationComponents
    Java JPA Components.
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      play.inject.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

        play.inject.ApplicationLifecycle applicationLifecycle()
        Specified by:
        applicationLifecycle in interface play.db.DBComponents
      • jpaApi

        default JPAApi jpaApi()