package com.company.sakila.db0.sakila.film_text; import com.company.sakila.db0.sakila.film_text.generated.GeneratedFilmTextManager; /** * The main interface for the manager of every {@link * com.company.sakila.db0.sakila.film_text.FilmText} entity. * <p> * This file is safe to edit. It will not be overwritten by the code generator. * * @author company */ public interface FilmTextManager extends GeneratedFilmTextManager { }