org.hibernate.test.annotations.id.generationmappings
Class AutoEntity

java.lang.Object
  extended by org.hibernate.test.annotations.id.generationmappings.AutoEntity

@Entity
public class AutoEntity
extends Object

TODO : javadoc


Constructor Summary
AutoEntity()
           
 
Method Summary
 Long getId()
           
 void setId(Long long1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoEntity

public AutoEntity()
Method Detail

getId

public Long getId()

setId

public void setId(Long long1)


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