org.hibernate.test.annotations.lob
Class VersionedCompiledCode
java.lang.Object
org.hibernate.test.annotations.lob.AbstractCompiledCode
org.hibernate.test.annotations.lob.VersionedCompiledCode
@Entity
public class VersionedCompiledCode
- extends AbstractCompiledCode
Compiled code representation with a version
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionedCompiledCode
public VersionedCompiledCode()
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.