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 CurrentUserProviderDatabaseConfig. getCurrentUserProvider()Return the CurrentUserProvider.Methods in io.ebean.config with parameters of type CurrentUserProvider Modifier and Type Method Description voidDatabaseConfig. setCurrentUserProvider(CurrentUserProvider currentUserProvider)Set the CurrentUserProvider.
-