org.hibernate.test.annotations.lob
Class VersionedBook
java.lang.Object
org.hibernate.test.annotations.lob.AbstractBook
org.hibernate.test.annotations.lob.VersionedBook
@Entity
public class VersionedBook
- extends AbstractBook
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionedBook
public VersionedBook()
getId
public Integer getId()
setId
public void setId(Integer id)
getVersion
public Integer getVersion()
setVersion
public void setVersion(Integer i)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.