org.hibernate.test.hql
Class EntityWithCrazyCompositeKey

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

public class EntityWithCrazyCompositeKey
extends Object

Implementation of EntityWithCrazyCompositeKey.


Constructor Summary
EntityWithCrazyCompositeKey()
           
 
Method Summary
 CrazyCompositeKey getId()
           
 String getName()
           
 void setId(CrazyCompositeKey id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityWithCrazyCompositeKey

public EntityWithCrazyCompositeKey()
Method Detail

getId

public CrazyCompositeKey getId()

setId

public void setId(CrazyCompositeKey id)

getName

public String getName()

setName

public void setName(String name)


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