Interface JpaManagedObjectSource.JpaDataSourceFactory

  • 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.JpaDataSourceFactory
    Extracts the DataSource.
    • Method Detail

      • createDataSource

        javax.sql.DataSource createDataSource​(ObjectRegistry<Indexed> registry)
        Obtains the DataSource.
        Parameters:
        registry - ObjectRegistry.
        Returns:
        DataSource.