Uses of Interface
io.ebean.config.CurrentUserProvider
-
Packages that use CurrentUserProvider Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of CurrentUserProvider in io.ebean.config
Methods in io.ebean.config that return CurrentUserProvider Modifier and Type Method Description CurrentUserProvider
DatabaseConfig. getCurrentUserProvider()
Return the CurrentUserProvider.Methods in io.ebean.config with parameters of type CurrentUserProvider Modifier and Type Method Description void
DatabaseConfig. setCurrentUserProvider(CurrentUserProvider currentUserProvider)
Set the CurrentUserProvider.
-