public class CarServiceImpl extends AbstractCarServiceImpl
em
CarServiceImpl()
void
addCar(Car car)
deleteCar(String id)
Car
getCar(String id)
Collection<Car>
getCars()
setEm(javax.persistence.EntityManager em)
updateCar(Car car)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CarServiceImpl()
public Car getCar(String id)
public void addCar(Car car)
public Collection<Car> getCars()
public void updateCar(Car car)
public void deleteCar(String id)
public void setEm(javax.persistence.EntityManager em)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.