org.hibernate.test.annotations.manytoone.referencedcolumnname
Class Item

java.lang.Object
  extended by org.hibernate.test.annotations.manytoone.referencedcolumnname.GenericObject
      extended by org.hibernate.test.annotations.manytoone.referencedcolumnname.Item
All Implemented Interfaces:
Serializable

@Entity
public class Item
extends GenericObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hibernate.test.annotations.manytoone.referencedcolumnname.GenericObject
id, uid, version
 
Constructor Summary
Item()
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.annotations.manytoone.referencedcolumnname.GenericObject
equals, getId, getUid, getVersion, hashCode, incrementVersion, setId, setUid, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item()


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