org.hibernate.test.annotations.beanvalidation
Class TvOwner

java.lang.Object
  extended by org.hibernate.test.annotations.beanvalidation.TvOwner

@Entity
public class TvOwner
extends Object


Field Summary
 Integer id
           
 Tv tv
           
 
Constructor Summary
TvOwner()
           
 
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

tv

@NotNull
public Tv tv
Constructor Detail

TvOwner

public TvOwner()


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