Package net.officefloor.jpa
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 theDataSource
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.sql.DataSource
createDataSource(ObjectRegistry<Indexed> registry)
Obtains theDataSource
.
-
-
-
Method Detail
-
createDataSource
javax.sql.DataSource createDataSource(ObjectRegistry<Indexed> registry)
Obtains theDataSource
.- Parameters:
registry
-ObjectRegistry
.- Returns:
DataSource
.
-
-