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