org.hibernate.test.annotations.beanvalidation
Class Rock

java.lang.Object
  extended by org.hibernate.test.annotations.beanvalidation.Music
      extended by org.hibernate.test.annotations.beanvalidation.Rock

@Entity
public class Rock
extends Music


Field Summary
 Integer bit
           
 
Fields inherited from class org.hibernate.test.annotations.beanvalidation.Music
name
 
Constructor Summary
Rock()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bit

@NotNull
public Integer bit
Constructor Detail

Rock

public Rock()


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