All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.company.sakila.db0.sakila.staff.generated.GeneratedStaffManager Maven / Gradle / Ivy

package com.company.sakila.db0.sakila.staff.generated;

import com.company.sakila.db0.sakila.staff.Staff;
import com.speedment.common.annotation.GeneratedCode;
import com.speedment.runtime.core.manager.Manager;

/**
 * The generated base interface for the manager of every {@link
 * com.company.sakila.db0.sakila.staff.Staff} entity.
 * 

* This file has been automatically generated by Speedment. Any changes made to * it will be overwritten. * * @author Speedment */ @GeneratedCode("Speedment") public interface GeneratedStaffManager extends Manager { @Override default Class getEntityClass() { return Staff.class; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy