org.hibernate.ejb.test.util
Class Book_

java.lang.Object
  extended by org.hibernate.ejb.test.util.CopyrightableContent_
      extended by org.hibernate.ejb.test.util.Book_

public abstract class Book_
extends CopyrightableContent_


Field Summary
static SingularAttribute<Book,Long> id
           
static SingularAttribute<Book,String> name
           
 
Fields inherited from class org.hibernate.ejb.test.util.CopyrightableContent_
author
 
Constructor Summary
Book_()
           
 
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<Book,Long> id

name

public static volatile SingularAttribute<Book,String> name
Constructor Detail

Book_

public Book_()


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