Custom generation implementation

Report a typo

What interface do you need to implement to create a custom ID generator in Spring Boot?

public class CustomIdGenerator implements _____________ {

    @Override
    public Serializable generate(SessionImplementor session, Object object) throws HibernateException {
        // implementation
    }
}
Select one option from the list

Create a free account to access the full topic