org.hibernate.test.annotations.entity
Class ZipCode

java.lang.Object
  extended by org.hibernate.test.annotations.entity.ZipCode

@Entity
public class ZipCode
extends Object


Field Summary
 String code
           
 
Constructor Summary
ZipCode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

public String code
Constructor Detail

ZipCode

public ZipCode()


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