org.hibernate.test.annotations.cid
Class B

java.lang.Object
  extended by org.hibernate.test.annotations.cid.B

@Entity
public class B
extends Object


Constructor Summary
B()
           
 
Method Summary
 Long getId()
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

B

public B()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)


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