Uses of Interface
io.ebean.config.ExternalTransactionManager
-
Packages that use ExternalTransactionManager Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of ExternalTransactionManager in io.ebean.config
Methods in io.ebean.config that return ExternalTransactionManager Modifier and Type Method Description ExternalTransactionManager
DatabaseConfig. getExternalTransactionManager()
Return the external transaction manager.Methods in io.ebean.config with parameters of type ExternalTransactionManager Modifier and Type Method Description void
DatabaseConfig. setExternalTransactionManager(ExternalTransactionManager externalTransactionManager)
Set the external transaction manager.
-