// Generated by hibernate/SpringHibernateDaoImpl.vsl in andromda-spring-cartridge on 09/18/2014 17:02:26-0400. /** * Example license header for Java files * * http://andromda.sourceforge.net/ */ /** * This is only generated once! It will never be overwritten. * You can (and have to!) safely modify it by hand. */ package org.andromda.test.1.b; /** * @see org.andromda.test.1.b.Car */ public class CarDaoImpl extends org.andromda.test.1.b.CarDaoBase { /** * {@inheritDoc} */ @Override protected boolean handleAllCarsAreRented() { // TODO implement public boolean handleAllCarsAreRented() return false; } }