// 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.howto3.b; /** * @see org.andromda.test.howto3.b.Car */ public class CarDaoImpl extends CarDaoBase { // This entity has no Business Operations and no ValueObject dependency references /** * @see org.andromda.test.howto3.b.CarDao#allCarsAreRented() */ @Override protected boolean handleAllCarsAreRented() { // TODO implement public boolean handleAllCarsAreRented() return false; } }