org.hibernate.test.annotations.persister
Class Card

java.lang.Object
  extended by org.hibernate.test.annotations.persister.Card
All Implemented Interfaces:
Serializable

@Entity
public class Card
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Deck deck
           
 Integer id
           
 
Constructor Summary
Card()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public Integer id

deck

public Deck deck
Constructor Detail

Card

public Card()


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