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 ExternalTransactionManagerDatabaseConfig. getExternalTransactionManager()Return the external transaction manager.Methods in io.ebean.config with parameters of type ExternalTransactionManager Modifier and Type Method Description voidDatabaseConfig. setExternalTransactionManager(ExternalTransactionManager externalTransactionManager)Set the external transaction manager.
-