package com.company.sakila.db0.sakila.city; import com.company.sakila.db0.sakila.city.generated.GeneratedCitySqlAdapter; /** * The SqlAdapter for every {@link com.company.sakila.db0.sakila.city.City} * entity. * <p> * This file is safe to edit. It will not be overwritten by the code generator. * * @author company */ public class CitySqlAdapter extends GeneratedCitySqlAdapter { }