org.hibernate.test.hql
Class KeyManyToOneEntity

java.lang.Object
  extended by org.hibernate.test.hql.KeyManyToOneEntity

public class KeyManyToOneEntity
extends Object

Implementation of KeyManyToOneEntity.


Nested Class Summary
static class KeyManyToOneEntity.Id
           
 
Constructor Summary
KeyManyToOneEntity(String name)
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyManyToOneEntity

public KeyManyToOneEntity(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)


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