org.hibernate.test.annotations.join
Class A

java.lang.Object
  extended by org.hibernate.test.annotations.join.A
Direct Known Subclasses:
B

@MappedSuperclass
public abstract class A
extends Object


Constructor Summary
A()
           
 
Method Summary
 Date getCreateDate()
           
 void setCreateDate(Date createDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

A

public A()
Method Detail

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)


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