org.hibernate.ejb.test.cascade
Class Song_

java.lang.Object
  extended by org.hibernate.ejb.test.cascade.Song_

public abstract class Song_
extends Object


Field Summary
static SingularAttribute<Song,Author> author
           
static SingularAttribute<Song,Long> id
           
 
Constructor Summary
Song_()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public static volatile SingularAttribute<Song,Long> id

author

public static volatile SingularAttribute<Song,Author> author
Constructor Detail

Song_

public Song_()


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