org.hibernate.test.hql
Class Car

java.lang.Object
  extended by org.hibernate.test.hql.Vehicle
      extended by org.hibernate.test.hql.Car

public class Car
extends Vehicle

Implementation of Car.


Constructor Summary
Car()
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.hql.Vehicle
getOwner, getVin, setOwner, setVin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Car

public Car()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.