org.hibernate.test.annotations.onetoone.hhh4851
Class Hardware

java.lang.Object
  extended by org.hibernate.test.annotations.onetoone.hhh4851.BaseEntity
      extended by org.hibernate.test.annotations.onetoone.hhh4851.Hardware
Direct Known Subclasses:
Device

@Entity
public class Hardware
extends BaseEntity


Constructor Summary
protected Hardware()
           
  Hardware(Hardware parent)
           
 
Method Summary
 Hardware getParent()
           
 void setParent(Hardware parent)
           
 
Methods inherited from class org.hibernate.test.annotations.onetoone.hhh4851.BaseEntity
getId, getOwner, getVersion, setId, setOwner, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hardware

protected Hardware()

Hardware

public Hardware(Hardware parent)
Method Detail

getParent

public Hardware getParent()

setParent

public void setParent(Hardware parent)


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