package com.company.sakila.db0.sakila.film; import com.company.sakila.db0.sakila.film.generated.GeneratedFilm; /** * The main interface for entities of the {@code film}-table in the database. * <p> * This file is safe to edit. It will not be overwritten by the code generator. * * @author company */ public interface Film extends GeneratedFilm { }