// license-header java merge-point /** * This is only generated once! It will never be overwritten. * Generated by DaoImpl.vsl in andromda-ejb3-cartridge on 09/18/2014 16:56:10. * You can (and have to!) safely modify it by hand. */ package org.andromda.test.howto13.a; /** * @see org.andromda.test.howto13.a.Car */ public class CarDaoImpl extends CarDaoBase { // This entity has no Business Operations and no ValueObject dependency references /** * @see org.andromda.test.howto13.a.CarDao#allCarsAreRented() */ @Override protected boolean handleAllCarsAreRented() { // TODO implement public boolean handleAllCarsAreRented() return false; } }