Uses of Interface
io.ebean.config.IdGenerator
Packages that use IdGenerator
Package
Description
Configuration settings for Database construction
-
Uses of IdGenerator in io.ebean
Methods in io.ebean that return types with arguments of type IdGeneratorModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getIdGenerators()
Return the custom IdGenerator instances.Methods in io.ebean with parameters of type IdGeneratorModifier and TypeMethodDescriptionDatabaseBuilder.add
(IdGenerator idGenerator) Register a customer IdGenerator instance.Method parameters in io.ebean with type arguments of type IdGeneratorModifier and TypeMethodDescriptionDatabaseBuilder.setIdGenerators
(List<IdGenerator> idGenerators) Set the custom IdGenerator instances. -
Uses of IdGenerator in io.ebean.config
Methods in io.ebean.config that return types with arguments of type IdGeneratorMethods in io.ebean.config with parameters of type IdGeneratorMethod parameters in io.ebean.config with type arguments of type IdGenerator