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