package com.company.sakila.db0.sakila.staff; import com.company.sakila.db0.sakila.staff.generated.GeneratedStaffManagerImpl; /** * The default implementation for the manager of every {@link * com.company.sakila.db0.sakila.staff.Staff} entity. * <p> * This file is safe to edit. It will not be overwritten by the code generator. * * @author company */ public final class StaffManagerImpl extends GeneratedStaffManagerImpl implements StaffManager { }