Interface JpaManagedObjectSource.JpaConnectionFactory

  • Enclosing class:
    JpaManagedObjectSource
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface JpaManagedObjectSource.JpaConnectionFactory
    Extracts the Connection.
    • Method Detail

      • createConnection

        java.sql.Connection createConnection​(ObjectRegistry<Indexed> registry)
        Obtains the Connection.
        Parameters:
        registry - ObjectRegistry.
        Returns:
        Connection.