org.hibernate.test.annotations.persister
Class Deck

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

@Entity
public class Deck
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Set<Card> cards
           
 Integer id
           
 
Constructor Summary
Deck()
           
 
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

cards

public Set<Card> cards
Constructor Detail

Deck

public Deck()


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