Package io.ebean.config
Interface IdGenerator
-
public interface IdGenerator
A customer Id generator that can be registered with Ebean and assigned to @Id properties using the name attribute of @GeneratedValue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Return the name of the IdGenerator.Object
nextValue()
Return the next Id value.
-